Higher priority for Live Templates suggestions
Hello! I use WebStorm 7.0.1.
My Live Templates stopped working after a recent update. I have a "cl" shortcut for "console.log()" wich now works as "clearInterval". Maybe it is because "clearInterval" stands first in the suggestion list.
Is there a way to raise a priority of live templates suggestions over other autocompletion variants?
请先登录再写评论。
Hi there,
Already fixed. Fix should be available in next update (7.0.2 ?)
http://stackoverflow.com/a/19707214/783119
Thank you! I'll wait for the update.
You could try the workaround in meantime (disable automatic code completion popup and call it manually via Ctrl+Space) -- if this workflow is acceptable for you, of course.