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

plugin is not loading on ios + Sublime Text 3 #14

Open bettysteger opened 6 years ago

bettysteger commented 6 years ago

I installed the package, but when I look at the console, the plugin seems not to be loaded and I cannot use it. This is the console output:

reloading plugin Default.auto_indent_tag
reloading plugin Default.block
reloading plugin Default.comment
reloading plugin Default.convert_syntax
reloading plugin Default.copy_path
reloading plugin Default.delete_word
reloading plugin Default.detect_indentation
reloading plugin Default.duplicate_line
reloading plugin Default.echo
reloading plugin Default.exec
reloading plugin Default.fold
reloading plugin Default.font
reloading plugin Default.goto_line
reloading plugin Default.history_list
reloading plugin Default.indentation
reloading plugin Default.install_package_control
reloading plugin Default.kill_ring
reloading plugin Default.mark
reloading plugin Default.new_templates
reloading plugin Default.open_context_url
reloading plugin Default.open_in_browser
reloading plugin Default.pane
reloading plugin Default.paragraph
reloading plugin Default.paste_from_history
reloading plugin Default.profile
reloading plugin Default.quick_panel
reloading plugin Default.run_syntax_tests
reloading plugin Default.save_on_focus_lost
reloading plugin Default.scroll
reloading plugin Default.set_unsaved_view_name
reloading plugin Default.settings
reloading plugin Default.show_scope_name
reloading plugin Default.side_bar
reloading plugin Default.sort
reloading plugin Default.swap_line
reloading plugin Default.switch_file
reloading plugin Default.symbol
reloading plugin Default.transform
reloading plugin Default.transpose
reloading plugin Default.trim_trailing_white_space
reloading plugin Default.ui
reloading plugin CSS.css_completions
reloading plugin Diff.diff
reloading plugin HTML.encode_html_entities
reloading plugin HTML.html_completions
reloading plugin 0_package_control_loader.00-package_control
reloading plugin 0_package_control_loader.01-pygments
reloading plugin 0_package_control_loader.50-pyyaml
reloading plugin Alignment.Alignment
reloading plugin AngularJS.AngularJS-sublime-package
reloading plugin AngularJS.jscompletions
reloading plugin AngularJS.message
reloading plugin AngularJS.sublime_commands
reloading plugin AngularJS.viewlocation
reloading plugin Better CoffeeScript.CoffeeScript
reloading plugin DocBlockr.jsdocs
reloading plugin Emoji.SublimeEmoji
reloading plugin Find Non ASCII Characters.find_non_ascii
reloading plugin JSHint.JSHint
reloading plugin JSONLint.JSONLint
reloading plugin LESS.less_completions
reloading plugin Markdown Preview.helper
reloading plugin Markdown Preview.markdown_settings
reloading plugin Markdown Preview.markdown_wrapper
reloading plugin Markdown Preview.MarkdownPreview
reloading plugin Package Control.1_reloader
reloading plugin Package Control.2_bootstrap
reloading plugin Package Control.Package Control
reloading plugin Ruby Block Converter.RubyBlockConverter
reloading plugin SCSS.scss_completions
reloading plugin SideBarEnhancements.SideBar
reloading plugin SideBarEnhancements.SideBarAPI
reloading plugin SideBarEnhancements.SideBarDefaultDisable
reloading plugin SublimeLinter-contrib-scss-lint.linter
SublimeLinter: scss linter loaded 
reloading plugin SyncedSideBar.SyncedSideBar
reloading plugin TypescriptCompletion.TSCompletion
reloading plugin HTML-CSS-JS Prettify.HTMLPrettify
reloading plugin Sublime Tutor.sublime_tutor
reloading plugin SublimeLinter.commands
reloading plugin SublimeLinter.sublimelinter
plugins loaded
idleberg commented 6 years ago

I think the plugins listed in the console are “real” plugins, packages that include Python code. Icon Fonts consists only of auto-completions, that's why it's not listed.

You mentioned you cannot use the completions, can you be more specific? Also, take a look at the usage description, which mentions several limitations and how to overcome them.

bettysteger commented 6 years ago

ah sorry, thanks for the explanation, also when using Ctrl+Space there are no fa autocompletions :(

idleberg commented 6 years ago

Are you working with HTML files? Make sure the text.html scope is in the autocomplete selector

Example:


// Preferences.sublime-settings
{
   "auto_complete_selector": "text.html, meta.tag - punctuation.definition.tag.begin, source - comment - string.quoted.double.block - string.quoted.single.block - string.unquoted.heredoc",
}
bettysteger commented 6 years ago

ok I added auto_complete_selector .. wasn't in my settings :O

but it is still not working -.-

I don't know what I am doing wrong :(

idleberg commented 6 years ago

Hm, I'm running out of ideas. Did you install the package with Package Control (otherwise, how and where to)? Is the package activated?

bettysteger commented 6 years ago

yes, via Package Control! also did remove and install again :/

idleberg commented 6 years ago

And it's not listed when you run Package Control: Enable Package?

With the auto_complete_selectorsetup, here's a step-by-step guide on how you'd use the completions.

  1. Create a new document
  2. Set it's scope to HTML
  3. Type any icon name prefixed withfa- and select it from the completion popup
bettysteger commented 6 years ago

no it is not listed there, but in the Package Control: List Packages