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

Multilayer CSV to filtered excel -

Listboxes in c# -

ios - Why must I define variables twice in the Header file? -