Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

VJET/NodeJS

Using NodeJS with VJET JS IDE

Code Assist.. VJET JavaScript IDE... Inference engine understands require and arguments passed

Vjet nodejscodeassist.gif

Vjet nodejshttprequire.gif

Hover over documentation support:

Vjet nodejsoverloads.gif

Vjet nodejshover.gif

Vjet nodejslisten.gif

Call Hierarchy:

Vjet nodejscallhierachy.gif

Semantic Validation:

In the listen call I passed a String rather than the number for the port accidentally and I see the error marker.

Vjet nodejsinvalidcall.gif

More features for JavaScript listed here:

http://eclipse.org/vjet/

Back to the top