alienhard / SublimeAllAutocomplete

Extend Sublime autocompletion to find matches in all open files of the current window
917 stars 110 forks source link

Auto complete for variable $scope erases variable after choosing it from suggestions. #20

Closed markalanevans closed 11 years ago

markalanevans commented 11 years ago

I have the all autocomplete plugin installed

I type in $sc and press tab or enter to choose "$scope" from the suggestions, the characters that I typed in simply get erased.

So far this is the only variable that this happens w/, it works fine all other words.

These are my installed packages beyond the defaults: { "auto_upgrade_last_run": null, "installed_packages": [ "Alignment", "All Autocomplete", "AngularJS", "BracketHighlighter", "Color Highlighter", "ColorPicker", "DocBlockr", "Git", "HTML5", "Indent XML", "Markdown Preview", "Package Control", "Phpcs", "Pretty JSON", "sublime-github", "Sublime-HTMLPrettify", "SublimeCodeIntel", "SublimeLinter", "Theme - Soda", "Web Inspector", "xmllint" ] }

I'm using ST 2.0.2 on OSX 10.8.4

Suggestions?

alienhard commented 11 years ago

Someone reported the same problem in #8. But I never managed to reproduce, and that's still the case. Could you try the change that he posted (#9) and tell me whether it fixes the problem for you too?

alienhard commented 11 years ago

24 should fix this

markalanevans commented 11 years ago

Cool.