alienhard / SublimeAllAutocomplete

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

Fixed broken autocomplete for completions with `$` #24

Closed forivall closed 11 years ago

alienhard commented 11 years ago

Hi @forivall. Does your change fix #20 ? I never managed to reproduce this problem...

Thanks!

forivall commented 11 years ago

Yes, that's the bug it fixes. I ran into the same issue with TernJS based plugins, so I knew how to fix it when it happened for me. I figured that the reason for this is that the $ is used for placeholders. I suppose that the sublimetext completions api documentation should be improved (at least the unofficial documentation).

alienhard commented 11 years ago

thanks!