I like autocompletion, and I like the fact that for the most part it works decently well in absence of a language server or other advanced plugin system. I use it for QML development all the time.
However, there are in some cases Sublime Text would suggest meaningless words (like names of rarely used constants), and what’s worse it would do it consistently. For example, I have to be careful when typing imhe
as a shorthand for implicitHeight
because every time I do Sublime Text suggests some non-sense ImhEmailCharactersOnly
entry, and when I try to narrow it down to imheigh
, I get itemHeight
, which is also useless and error-prone.
I have a simple request. Can I just ban these specific words from completing in QML scoped files ever?