Hey,
I’m looking for coding IDEs that integrate the Ionic CLI in some way. “Serve in Ionic” as a button, “Build for Android” as a build target that then runs ionic cordova build android in the background and similar.
Fore now I have these two:
Visual Studio Code
https://github.com/Microsoft/vscode-cordova
Jetbrains IntelliJ IDEA
https://www.jetbrains.com/help/idea/2017.1/using-phonegap-cordova.html
What else is out there?