Pure-JavaScript projects in NetBeans?
Posted
by Matt Zukowski
on Stack Overflow
See other posts from Stack Overflow
or by Matt Zukowski
Published on 2010-05-28T02:51:15Z
Indexed on
2010/05/28
3:21 UTC
Read the original article
Hit count: 295
JavaScript
|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?
© Stack Overflow or respective owner