alienhard / SublimeAllAutocomplete

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

ST3 #21

Closed Ahrengot closed 11 years ago

Ahrengot commented 11 years ago

Hey there,

Will this work with Sublime Text 3? I tried installing it via package control, but couldn't find it. Assuming it's because Package Control filters out stuff that isn't supported on your platform.

If not, can I help port it to ST3? I really want this feature!

alienhard commented 11 years ago

The other day I merged a fix that should make it work with ST3.

However, it hasn't been registered in the package manager to support ST3 so far. I changed that and am waiting for my pull request to be merged.

If you want to start using it right now you can also manually install it (see readme).

Ahrengot commented 11 years ago

Amazing! Just installed it and it works perfectly. Thank you!