alienhard / SublimeAllAutocomplete

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

Not all autocomplete options are shown for all entities #7

Closed sereby closed 11 years ago

sereby commented 11 years ago

Here's an example: I have an HTML file open and a CSS file that it links to. If I add a class to the body tag, AllAutocomplete will return all class names from the open CSS file. But, if I create an anchor and try the same, not all class names will be returned - sometimes none of the class names will appear at all. It seems that only certain entities will return all the class names.

sublime_test

alienhard commented 11 years ago

Thanks for the example! I made some quality improvements in the latest version (84fcba525). I can't reproduce this problem with the new version.

In case this didn't fix all cases, please open another issue with an example.