Open JavaScript file from WebStorm
I'm using the WebStorm IDE, and I want to open a JavaScript file from the IDE but the only configurations are for debugging and xslt. So is there a wa to create my own configurations . In开发者_StackOverflow中文版 moment I start my file like using this task in my .profile:
function plask() {
/Applications/PlaskLauncher.app/Contents/Resources/Plask.app/Contents/MacOS/plask "$@"
}
Could create a configuration that use this task to open the file in the plask app?
Try the early access version of the NodeJS plug-in.
精彩评论