alienhard / SublimeAllAutocomplete

Extend Sublime autocompletion to find matches in all open files of the current window

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SublimeAllAutocomplete picks up long base64 strings

bitboxx opened this issue · comments

Hi,

I do web development; when it makes sense, I put images in CSS encoded with base64. SublimeAllAutocomplete picks up these (usually very long) strings. This causes a significant slowdown.

How can I set the maximum length of characters that SublimeAllAutocomplete will autocomplete?

Thanks in advance!
Martin

autocomplete_all_base64

I created a fix and post a pull request

#14

fixed with commit ff79d8d

Ahhh... great! Thank you for the fix! 👍