An IntelliJ plugin containing Meteor JS live templates and some other cool features!
- Add JS/HTML File templates for Meteor.
- Add Meteor JS Boilerplate by Differential.
- Add Toggle action between HTML and JS|COFFEE files [Alt][8]
- Add Live templates for Meteor JS framework.
This plugin works for the following JetBrains products:
- IntelliJ IDEA
- WebStorm
Youtube video - Plugin in action
Feel free to let me know what else you want added via the issues.
Suggestions, feedback and other comments welcome via @iguissouma on Twitter.
To install the plugin open your editor (IntelliJ) and hit:
-
File > Settings > Pluginsand click on theBrowse repositoriesbutton. -
Look for
Meteor JS Templatethe right click and selectDownload plugin. -
Finally hit the
Applybutton, agree to restart your IDE and you're all done!
To use the plugin, open an editor, and start typing m, followed by pressing CMD+J. A list of templates will show up.
Since 0.6.1
- Automatically navigate to created file
- Add minc livetemplate: Include Blaze template
Since 0.6.0
- Blaze Updates: New template callbacks for liveTemplates and JS File Template
Since 0.5.0
Add option for file creation when toggling between files
Since 0.4.0
- JDK 6 compliant
- Fix mevn live template
Since 0.3.0
- Add popup file chooser when there's more than one file and toggling between HTML/JS
- Add Toggle action between HTML and JS|COFFEE files([Alt][8])
Since 0.2.0
- Add JS/HTML File templates for Meteor
Since 0.1.0
- Initial version
mtp
<template name='main'>
...
</template>mea
mcol
Players = new Mongo.Collection('players');Got some neat Meteor snippets or feature you want to share? fork this repository and send me a pull request or just create an issue!
MeteorJS Template - IntelliJ Plugin is open-sourced software licensed under the MIT license.