Meteor
Required plugins:
JavaScript and TypeScript - The plugin is bundled with PhpStorm and enabled by default.
Meteor, Handlebars/Mustache - Install the plugins on the Settings | Plugins page, tab Marketplace.
File | Settings | Languages & Frameworks | JavaScript | Meteor for Windows and Linux
PhpStorm | Settings | Languages & Frameworks | JavaScript | Meteor for macOS
warning
The page is available only when the Meteor and Handlebars/Mustache plugins are installed and enabled on the Settings | Plugins page as described in Managing plugins.
tip
If you mark a folder or a file as excluded, PhpStorm does not use it in code completion.
tip
Changes to the server-side code are uploaded through the PhpStorm Live Edit functionality, refer to Previewing the changes to the server-side code.
Item | Description |
---|---|
Meteor executable | In this field, specify the location of the Meteor executable file (refer to Installing Meteor). |
Automatically exclude ".meteor/local" directory on open project | When the checkbox is selected, PhpStorm automatically marks the .meteor/local folder, which is intended for storing the built application, as excluded but still shows it in the project tree. By default, excluded files are shown in the project tree. To hide the .meteor/local folder, click |
Enable Meteor 'Hot code push' |
|
Automatically import Meteor packages as an external library. |
|
Weak search for Spacebars templates |
|