Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create javascript project in Netbeans?

Tags:

netbeans

How do you create javascript project in Netbeans?

There is no such language category.

like image 629
never_had_a_name Avatar asked Oct 01 '10 20:10

never_had_a_name


2 Answers

The JavaScript project type was removed because it's essentially superfluous. Even in a non-JavaScript project, NetBeans will still recognize any JavaScript libraries that you add, and code completion should still work automatically.

Reference: http://forums.netbeans.org/ptopic14084.html

like image 163
Steve Perkins Avatar answered Sep 21 '22 11:09

Steve Perkins


Can you simply create a PHP project for example and then delete everything related to PHP? ;)

You can simply leave your .js and any other files you need (.html?).

like image 23
dr Hannibal Lecter Avatar answered Sep 22 '22 11:09

dr Hannibal Lecter