for Windows and Linux
for OS X
The page is available when the Meteor plugin is enabled.
The plugin is not bundled with IntelliJ IDEA, but it can be installed from the JetBrains plugin repository
as described in Installing, Updating and Uninstalling Repository Plugins and Enabling and Disabling Plugins.
| Item | Description |
|---|
|
Meteor executable
|
In this field, specify the location of the Meteor executable file
(see Installing Meteor).
|
|
Automatically exclude ".meteor/local" directory on open project
|
-
By default, the check box is selected and
the
.meteor/local folder, which is intended for storing the built application,
is automatically marked as excluded and is not involved in indexing.
-
Clear the check box to have IntelliJ IDEA show the
.meteor/local folder and its contents in the Project tool window.
By default, excluded files are shown in the project tree. To have the .meteor/local folder hidden,
click the button on the toolbar of the Project tool window and remove a tick next to the Show Excluded Files option.
|
|
Enable Meteor 'Hot code push'
|
|
|
Automatically import Meteor packages as external library
|
-
When this check box is cleared, IntelliJ IDEA highlights references to Meteor built-in functions,
for example,
check(true), and to functions from third-party packages as unresolved.
-
When the check box is selected, IntelliJ IDEA automatically imports the external packages to which the referenced functions belong to
and marks the references as resolved.
By default, the check box is selected.
|
|
Weak search for Spacebars templates
|
-
Select this check box to enable IntelliJ IDEA to search inside Spacebars templates.
When this check box is selected and you invoke the Go to Declaration action
on a helper,
IntelliJ IDEA displays a list of all occurrences of this helper in templates. Choose the relevant one from the list.

-
When you invoke Got to Declaration with this check box cleared, IntelliJ IDEA does not perform any search and
displays a tooltip which the following message: Cannot find declaration to go to.

|
See Also
Procedures:
Reference: