suplemon
suplemon copied to clipboard
[Feature Proposal] Prepopulate autocomplete word list with words relevant to current language
why is the words_list variable in autocomplete.py variable declared empty .. instead it can be initialized with the list of key words in python ,to get a better autocompletion
Good question! This should be a no brainer generally speaking. I don't want to limit it only to Python though. It would be best if predefined word lists were added for a lot of popular languages. The minimun would probably be the reserved word lists for each supported language.
in that case why dont you intialize the words_list with respect to the extension of the document the user is editing?? Because these extensions will very well speak about the language in which the user is working on..
I am pretty sure that your project would become quite famous with that addon
That is the plan, yes! I don't have much time right now but when I do this will be one of the things that I'll implement.