Access to JavaScript?
I want to make a plugin that detects Nashorn Java bindings and can assist with code completion from the Java classes into the JavaScript file.
Is it possible to build on the existing JS functionality in IntelliJ Ultimate, or do I need to do that from scratch?
请先登录再写评论。
There is definitely way to start by extending existing UI features. I think that JS code analysis and type inference will be the hard part, so you may consider adding Closure Compiler type annotations to mix.