JavaScript
File | Settings | Languages & Frameworks | JavaScript for Windows and Linux
IntelliJ IDEA | Settings | Languages & Frameworks | JavaScript for macOS
Required plugin: Javascript and TypeScript
The plugin is available only in IntelliJ IDEA Ultimate, where it is enabled by default.
warning
The page is available only when the JavaScript and Typescript plugin is enabled on the Settings | Plugins page as described in Managing plugins.
Item | Description |
---|---|
JavaScript Language Version | From this list, select the JavaScript language version that represents the set of the language features to use in your project. The available options are:
|
Configure code completion settings | Click this link to open the Code Completion page and configure completion in the JavaScript context. |
Flow package or executable | In this field, specify the path to the node_modules\flow-bin package or the Flow binary executable file. To use node_modules The field is available only when Flow is chosen from the JavaScript Language Version list. |
Use Flow server for: | In this area, specify the basis for coding assistance by selecting or clearing the following checkboxes:
The checkboxes are available only when the path to the Flow executable file is specified. |
Save all modified files automatically | Keep this checkbox selected to ensure that Flow is applied continuously because Flow checks the current files only after all the other modified files are saved. |