timboudreau / nb-nodejs

NodeJS support for NetBeans, originally hosted on netbeans.org
MIT License
91 stars 12 forks source link

Add "launch browser" after node run #21

Open ikb42 opened 10 years ago

ikb42 commented 10 years ago

(Not sure if this is a plugin request or if it should be a Netbeans config change.)

On Netbeans run, when my server.js runs, I'd like a browser window to open using the started servers url:port

timboudreau commented 10 years ago

It would be a plugin request. It's something that could be added to the run options of the project - there's no way to reliably tell what port the project will start on, so I don't think it's something that should be enabled by default, but it would be easy enough to do.

ikb42 commented 10 years ago

Ok cool, thanks for clarification. Could certainly set it manually to the URL and port that applies.