Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pure-JavaScript projects in NetBeans?

This seems like it ought to be obvious, yet I can't figure it out.

I do a lot of JavaScript coding, and I really like NetBeans. Unfortunately I can't figure out how to create a "JavaScript" project in NetBeans. If I go to File -> New Project, my only options are "Java", "Ruby", and "NetBeans Modules". I don't want any of these. My project consists mostly of JavaScript, with a little bit of CSS.

I ususally just end up creating a "Ruby" project, but this seems retarded, since I don't actually have any Ruby code. Why isn't there an option to create a "JavaScript" or "Web" project, or at least a "Generic" project that doesn't revolve around a specific language?

Am I missing something here?

like image 874
Matt Zukowski Avatar asked May 28 '10 02:05

Matt Zukowski


People also ask

Can I code JavaScript in NetBeans?

To start HTML\JavaScript development in the NetBeans IDE, you first need to create a project. A project contains the information on the location of the project files and the way you want to run and debug your application (run configuration). 2. To create a HTML5 project choose File > New Project.


1 Answers

Windows -> Favorites allows you to work out of arbitrary directories in NetBeans. You won't be able to "Run" your program or anything like that but you can edit files without having a Project.

like image 128
Fredrick Pennachi Avatar answered Oct 18 '22 23:10

Fredrick Pennachi