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

Difference between revisions of "VJET/NodeJS"

(New page: Using NodeJS with VJET JS IDE Code Assist.. VJET JavaScript IDE... Inference engine understands require and arguments passed <br/> Image:Vjet_nodejscodeassist.gif‎ [[Image:Vjet_n...)
 
Line 28: Line 28:
 
More features for JavaScript listed here:
 
More features for JavaScript listed here:
  
https://http://eclipse.org/vjet/  
+
http://eclipse.org/vjet/  
  
  
  
 
[[Category:VJET]]
 
[[Category:VJET]]

Revision as of 13:40, 11 December 2012

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