Code completion does not work in Nodeclipse 0.4

Is there something that I messed up when installing Nodeclipse 0.4, so I can not complete the code since my code is working.



EDIT :

current view of Nodeclipse

as you can see in the picture,
- red - this is the Node mode in Eclipse Kepler, which is activated after installing Nodeclipse
- blue is the Java EE IDE in Eclipse that I use for installed Nodeclipse
- yellow Node code in Eclipse, which by default exists if I selected an example
- Green Node code class representative.

if I press CTRL + Space in console. , there is no code completion that should appear because I already have JsHint v. 0.9.6

if I follow the installation instructions .. then ..

I got this list .. ( note: disables the tools that I already installed.)

list of the rest

then .. I received this message ..

error when installed the rest



OTHER ADDITIONAL IMAGE : as a comment by Nodeclipse developer ,

if I reproduced, but only for installed JSHint, then it comes with this message.

when installed JSHint alone

Thanks,
Ahmad

+4
source share
3 answers

The completion of the code depends on what code you have. Could you share your fragment? Version 0.4 has standard Eclipse JSDT features. Support for Node.js support for specific libraries has not yet been implemented.

Open problem for new feature # 50 support for defining Node.js styles

the console is defined inside Node.js and as such is not yet supported.

+1
source

In the second part of the question (about installing using the Enide .p2f file):

if I follow the installation instructions .. then ..

some update sites, such as StartExplore, are unstable and often unavailable

So, if there is a problem with the installation, the recommendation should be to install smaller plugins at a time (only one at a time, for example) (Then there is a way to find out which exact plugin update site is currently unavailable)

For nodeclipse itself, it is recommended to use Eclipse (as well as 4.2.2 IDE for Java EE developers).

+1
source

Source: https://habr.com/ru/post/1485750/


All Articles