Issue
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 usually just end up creating a "Ruby" project, but this seems wrong, 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?
Solution
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.
Answered By - Fredrick Pennachi
Answer Checked By - Candace Johnson (JavaFixing Volunteer)