How completion works in JavaScript language plugin?
Hi,
In plugin I also have
public boolean hasCompletion() {
return true;
}
but neither JS keywords completion working in my plugin nor mine keywords.
Where completion items stored by the way?
TIA,
Dmitry
请先登录再写评论。
Keywords completion in javascript is hacky, provided via HtmlJsBridge. Dedicated
API will be provided soon. Sorry.
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"
About this hack too http://www.jetbrains.net/jira/browse/IDEA-559