NetBeans Javascript?

后端 未结 8 1197
暗喜
暗喜 2021-02-13 10:49

I just downloaded Netbeans because I read another question saying it\'s a good IDE to develop Javascript with. I tried making a new project, but there is no option to set it to

相关标签:
8条回答
  • 2021-02-13 11:44

    To force NetBeans to check JavaScript within PHP files, follow these instructions.

    Go to Tools > Options > Miscellaneous > Files. From drop down menu File Extension select php5. From drop down menu Associated File Type (MIME) select text/javascript

    0 讨论(0)
  • 2021-02-13 11:49

    NetBeans do support development of JavaScript. But, the Javascript files should have a web project container. Hence, first create a Web Application project by going to File> New Project> Java Web> Web Application. Continue and create a project. Once the project is created, expand the project to view Web Pages folder. Right click on the folder and select New > Other. Choose Other in Categories and then select JavaScript File. Start developing.

    0 讨论(0)
提交回复
热议问题