Skip to content

Instantly share code, notes, and snippets.

@amit3vr
Last active July 3, 2016 11:12
Show Gist options
  • Save amit3vr/6b52034eb420a1a57bc511d6777b2bbb to your computer and use it in GitHub Desktop.
Save amit3vr/6b52034eb420a1a57bc511d6777b2bbb to your computer and use it in GitHub Desktop.
Windows Batch script that opens WebStorm (or any other IntelliJ flavor) in the current dir.
start WebStorm.exe %CD%

ws.bat

This is a Windows Batch script made to ease the creation of new projects with WebStorm.

Useful to quickly start WebStorm in the current directory.
Just open cmd in your current directory and type:
$ ws

That's it.

Install

  1. Make sure you have WebStorm.exe in your PATH environment variable.
  2. Download/copy ws.bat to your WebStorm directory or any other bin directory that you have in your PATH.

(c) Procrastination. I know, right? Don't judge me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment