I. ADB plugin
Of course you can use Win+r to open the cmd window to use Logcat, but it is very troublesome, this you can set shortcut keys. Soon.
1. First you need to have adb this command, download the Android platform tools inside will have
2. Open Webstorm, File>settings>tools>externel tools
Program:e:\android\sdk\platform-tools\adb.exe
Parameters:shell "Logcat | grep CONSOLE "
3. I am here to crawl the HTML5 application inside the JS in the console printing information, so is the grep console
Second, ionic
1. NPM install ionic, this study ionic all know how to install
2. Open Webstorm, File>settings>tools>externel tools
Program:c:\users\xxx\appdata\roaming\npm\ionic.cmd
Parameters:run Android
Workeing Directory: $ProjectFileDir $
3. This command is if there is a running emulator will be running on the simulator, if the real machine will be running in the real machine, I am the real machine running.