SublimeAllAutocomplete icon indicating copy to clipboard operation
SublimeAllAutocomplete copied to clipboard

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

Results 17 SublimeAllAutocomplete issues
Sort by recently updated
recently updated
newest added

saves a list declaration and posterior slice. a bit uglier

I wrote some code in one file. Then i want to reference some functions from the old still open file in a new/other file. But I don't get the autocomplete...

I've got duplicate items suggested by Sublime Text since I've installed this plugin. Is there a way not to have duplicate items?

We've split our Sass into multiple files; one of the files contains all our variables. The variables look like this `$variable-name-example`. Unfortunately dashes seam to be a problem currently. Testcase:...

bug

Any way to make the Autocomplete plugin look in linked CSS files in any open files HEAD tags? That way we would not need to leave the CSS files open.

I'm working on an angular project. I don't want allautocomplete to be burdened with all the node modules, as i have a low power processor and 4GB ram. So it...

is there a way to manually add files or directories to the search. I want auto completion for SDL graphics lib and respective header files, but I don't want to...

Commented Lua lines show up in the completion like this: ![image](https://user-images.githubusercontent.com/3955703/35932126-24d2162a-0c37-11e8-8a63-ae8b233a0007.png)

I really love that package, but in some cases it suggests completion only from other files and not the language syntax completion eg. in PHP when I start typing `foreach`...

Example code ``` def name # ... end ``` When typing `def name`, there's no autocomplete when i write the first letter `n` :(