Saturday, 15 February 2014

javascript - How to force higher priority for live templates versus keywords in WebStorm autocomplete -



javascript - How to force higher priority for live templates versus keywords in WebStorm autocomplete -

so have little problem webstorm. started using 2 weeks ago , haven't got chance dive deep settings. when utilize live template javascript or typescript has language keyboard abbreviation "while" , don't autocomplete correctly. in autocomplete popup keywords have highest priority, when write "while" , press tab "while " instead of contents of live template, that's because keyword "where" first selection in autocomplete popup, purpose of live templates easy invoke, in case not. can imagine how much of live template abbreviations actual javascript keywords. dosen't happen of them, happens "while", "else", "class"(for typescript), "private"(for typescript), etc..

in visual studio problem not exist, code snippets have highest priority. question is, how forcefulness webstorm show me live templates first?

javascript autocomplete typescript webstorm live-templates

No comments:

Post a Comment