NetBeans - How to hint the IDE about file type? -


for example, have javascript file, reasons can not add .js extension @ end of filename, bin/mytool. possible hint netbeans ide javascript file? like:

#!/usr/bin/env node /* @mime-type: application/javascript */ var env = process.env; 

or maybe hint in separate file .mimerc:

bin/mytool application/javascript 

if feature not supported natively maybe there plugin?

there plugin want: https://github.com/junichi11/netbeans-noext-mime-resolver. available, well, in list of available plugins of ide nb-noext-mime-resolver.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -