coffeescript-netbeans icon indicating copy to clipboard operation
coffeescript-netbeans copied to clipboard

Two Feature Requests

Open mark-hahn opened this issue 14 years ago • 2 comments
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.

  1. 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.

  2. Provide a shortcut key to compile the current page and produce this window.

mark-hahn avatar Oct 16 '11 21:10 mark-hahn

  1. Why couldn't you just open generated js file? Output only displays output of compiler

dstepanov avatar Oct 17 '11 13:10 dstepanov

Yes, this is the best way to debug. Just use the javascript generated by the compiler.

nelsonomuto avatar May 18 '13 22:05 nelsonomuto