code completion do not work in Nodeclipse 0.4

我怕爱的太早我们不能终老 提交于 2019-12-04 10:56:16
Paul Verest

There is work in progress on content assist for Node.js modules Content assist for Eclipse JSDT based Editor

fork with work in progress: https://github.com/Enide/nodeclipse-1/compare/Nodeclipse:master...master


(source: nodeclipse.org)

Code completion is depending on what code you have. Could you please share your snippet? Version 0.4 has Eclipse JSDT standard functions. Node.js specific libraries support is not yet implemented.

Opened issue for new feature is #50 support for node.js style module definitions

console is defined inside node.js, and as such is not yet supported.

For second part of the question (about installation using Enide .p2f file):

if I follow instructions of installation.. then..

some update sites like StartExplore are not stable and often unavailable

So if there is problem installiing, The recommendation would be to install less plugins in one time (only 1 at a time, for example) (Then there is way to know what exact plugin update site is unavailable at this time)

For nodeclipse itself latest Eclipse (Like 4.2.2 IDE for Java EE Developers) is recommended & enough.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!