This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 191448

Summary: Node.js Project Support
Product: javascript Reporter: peathal <peathal>
Component: -- Other --Assignee: Petr Pisl <ppisl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description peathal 2010-10-28 20:04:55 UTC
It should be possible to create (clean) javascript projects like it is possible to create java projects. With clean I mean only javascript files without html, css ...

With node.js (and others) the language Javascript evolves to a server language and such a thing could be useful. Also defining project and package structures would make sense. (And executing a simple script via 'node myjavascript.js' should also be possible via F6)

At the moment am using the JavaWebApp project and put the javascript into a separate folder under 'Web Pages'. 

Additionaly for unit testing I am using 

http://pivotal.github.com/jasmine/

ALT+F6 and embedding the jasmine results into netbeans would be a great convenience
Comment 1 peathal 2010-10-29 13:31:32 UTC
It would be also great to make debugging working out of the box
Comment 2 Geertjan Wielenga 2014-10-14 08:07:15 UTC
Can you take a look at the node.js plugin by Tim Boudreau?

http://timboudreau.com/blog/NetBeans_Tools_for_Node_js/read
Comment 3 elennaro 2015-02-28 11:04:39 UTC
8.1 comes with nodeJS support so its probably time to resolve this one?
Comment 4 elennaro 2015-02-28 21:44:22 UTC
I mean to makr it as resolved and close.
Comment 5 Petr Pisl 2015-03-02 08:37:19 UTC
You are right. This is implemented in the upcoming release. Thanks.