iguissouma / meteorjs-plugin

3 stars 2 forks source link

Meteor JS Template Plugin

An IntelliJ plugin containing Meteor JS live templates and some other cool features!

This plugin works for the following JetBrains products:

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.

Installation (in 3 easy steps)

To install the plugin open your editor (IntelliJ) and hit:

1) File > Settings > Plugins and click on the Browse repositories button.

2) Look for Meteor JS Template the right click and select Download plugin.

3) Finally hit the Apply button, agree to restart your IDE and you're all done!

Usage

To use the plugin, open an editor, and start typing m, followed by pressing CMD+J. A list of templates will show up.

What's new

Since 0.6.1

Since 0.6.0

Since 0.5.0

Add option for file creation when toggling between files

Since 0.4.0

Since 0.3.0

Since 0.2.0

Since 0.1.0

HTML Live templates

mtp

<template name='main'>
    ...
</template>

mea

{{#each player}}
    ...
{{/each}}

JS live templates

mcol

Players = new Mongo.Collection('players');

Todo's

*

Contributing

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!

License

MeteorJS Template - IntelliJ Plugin is open-sourced software licensed under the MIT license.