-1
I am looking for an IDE to develop in Ionic framework. I tried using Netbeans but am unable to install the Ionicextension plugin here: http://plugins.netbeans.org/plugin/59028/ionicextension
Reading the Ionicextension project documentation for Netbeans the developer only says to clone git and add the Ionicextension file to the netbeans download, but there is no such file as Ionicextension in the project.
Which IDE would be the best option to develop in Ionic Framework ?
I am studying with Sublime Text 3 ... For VS there is plugin for Ionic development ?
– FernandoPaiva
You can use Bower to download the Ionic package, no problem. In addition, Visual Studio already has plugin for Cordova. Another tool that I recently used to create the prototypes of my applications is the Codepen. Is very productive.
– Willian Custódio