alienhard / SublimeAllAutocomplete

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

Project-wide Autocomplete? #32

Closed jesseleite closed 10 years ago

jesseleite commented 10 years ago

Is it possible to autocomplete not only open tabs, but autocomplete from any file in Sublime project folder?

alienhard commented 10 years ago

I'm afraid, that's outside the scope of this package... All it does is using Sublime's API to extend search to other open files. Maybe another package, like SublimeCodeIntel, works for you? (I created this simple autocomplete extension because SublimeCodeIntel would crash because my code base is too large.)

jesseleite commented 10 years ago

Okay thank you. I will look into it.