I’m trying to modify the all autocomplete package, so that instead of auto completing all words in all files, it just listed methods.
github.com/alienhard/SublimeAll … letions.py
I’ve checked the API documentation but haven’t found anything useful…
I’m trying to modify the all autocomplete package, so that instead of auto completing all words in all files, it just listed methods.
github.com/alienhard/SublimeAll … letions.py
I’ve checked the API documentation but haven’t found anything useful…
You could do something like:
[view.substr(a) for a in view.find_by_selector("meta.function")]