Hey everyone,
I recently switched to Sublime and learned that words from the buffer get added to the very end of the autocomplete list, whereas I would prefer them being at the top of the list. I figured it might be possible to create a plug-in that reverses this and adds the words from buffer at the very top, but unfortunately I haven’t really been able to figure out how to do so with the Sublime API and EventListener class.
Has anyone already made something like this Or does anyone have any tips/starters on how to create a plug-in that does this?