A plugin for the IntelliJ platform (IntelliJ IDEA, RubyMine, etc) that provides live templates for the Ionic Framework. You can install the plugin (named "Ionic Framework") from the plugins section inside your Jetbrains IDE.
Feel free to let me know what else you want added via issues.
Suggestions, feedback and other comments also welcome via @epragt on Twitter.
To install the plugin open your editor (IntelliJ) and hit:
-
File > Settings > Plugins
and click on theBrowse repositories
button. -
Look for
Ionic Framework
the right click and selectDownload plugin
. -
Finally hit the
Apply
button, agree to restart your IDE and you're all done!
To use the plugin, open an HTML file in the editor, and start typing ion-
, followed by pressing CMD+J. A list of templates will show up. Alternatively, you can type e.g. alert
, followed by CMD+J, to immediately show only the alert templates.
Since 0.1 (23 Feb 2015):
Initial release with basic functionality.
- ion-headers
Ionic Framework - IntelliJ Plugin is open-sourced software licensed under the MIT license.