idleberg / sublime-icon-fonts

Completions for popular icon fonts such as Font Awesome, Glyphicons and many more!
MIT License
73 stars 11 forks source link

Can't seem to get it to work #2

Closed PaulFWatts closed 10 years ago

PaulFWatts commented 10 years ago

Hi,

Thanks for creating this and I'm really looking forward to using it.

I'm fairly experienced with ST (2 and now 3) and trying to get this working on ST3. I've installed it via package control (with no obvious errors), created a HTML file and then typed in your examples (e.g) fa-envelope followed by Tab and nothing happens.

Package Manager is showing that it is installed but it doesn't show under "Package Settings" from "Preferences" in the ST3 menu (not sure if it should).

Have tried removing and re-installing.

I imagine I'm doing something dumb and would appreciate help in getting this working.

idleberg commented 10 years ago

What happens when you force the completion tab to show (Ctrl+Spaceon Mac OS X), still nothing in the dropdown?

Do other packages for the text.html scope work fine or could you have restricted the scope in your user settings?

PaulFWatts commented 10 years ago

Appreciate the reply!

(Ctrl+Space) works and shows a dropdown with the available completions

I'm not sure how to troubleshoot any problems with text.html scope... (or what this means)

thanks again for your help...

p.s. I'm using a Mac and latest version of Mavericks

On 19 May 2014, at 1:53 am, Jan T. Sott notifications@github.com wrote:

What happens when you force the completion tab to show (Ctrl+Spaceon Mac OS X), still nothing in the dropdown?

Do other packages for the text.html scope work fine or could you have restricted the scope in your user settings?

— Reply to this email directly or view it on GitHub.

idleberg commented 10 years ago

In that case open your user preferences and make sure the setting auto_complete_selector contains the text (or text.html) scope. I will add this to the readme in the next release. Thanks!

PaulFWatts commented 10 years ago

Added this to my user settings: { "auto_complete_selector": [ "source - text.html" ] }

and all works perfectly now...

This is a great package saving time.