coffeescript-netbeans
coffeescript-netbeans copied to clipboard
Two Feature Requests
trafficstars
I know both of these are things that netbeans should provide, but I am hoping you could figure out how to get them to work somehow.
-
I need line numbers in compiled output that displays in the netbeans "Compiling XXX" window . When I get an error in node I would really like to link it to your output but the lack of line numbers makes that impossible. Maybe as an option you could put something like
/* 0012 */at the beginning of every output line. -
Provide a shortcut key to compile the current page and produce this window.
- Why couldn't you just open generated js file? Output only displays output of compiler
Yes, this is the best way to debug. Just use the javascript generated by the compiler.