This plugin provides autocomplete for EUI HTML tags in IntelliJ IDEA.
- Autocomplete for EUI HTML tags
- Autocomplete for EUI properties
- Documentation for EUI HTML tags and properties (coming soon)
The plugin will automatically look for your node_modules folder and create the autocompletion as well as recognize (coming soon) your components independent of your version.
When you perform an update of your EUI version, for now you can reload the plugin functionality by clicking on the Reload EUI Autocomplete button in the Tools menu.
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "eui-autocomplete" > Install
-
Using JetBrains Marketplace:
Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.
You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.