Skip to content
Snippets Groups Projects
Commit 003bfbec authored by Johannes Klatt's avatar Johannes Klatt
Browse files

UPD: readme.md Jetbrains addon section

parent 217483b4
Branches
No related tags found
No related merge requests found
Pipeline #422620 passed with warnings
...@@ -88,3 +88,10 @@ If you are unable to open the website because the host is unreachable or the con ...@@ -88,3 +88,10 @@ If you are unable to open the website because the host is unreachable or the con
If you are unable to launch the dev-host configuration with a "port already in use" or similar error: If you are unable to launch the dev-host configuration with a "port already in use" or similar error:
- Ensure that in the dev-host configuration, under "Browser / Live Edit", the "Open Browser after Launch" option is NOT enabled. - Ensure that in the dev-host configuration, under "Browser / Live Edit", the "Open Browser after Launch" option is NOT enabled.
- Manually check for any old instances of the dev container running on the remote, and terminate them as necessary. - Manually check for any old instances of the dev container running on the remote, and terminate them as necessary.
### addons
Most of the QoL features that require addons in Visual Studio Code, such as automatic closing of tags, are already enabled by default in WebStorm.
However, there are still a few additional setup steps that should be taken for a smooth experience:
- install the Unocss plugin **on the host machine** for proper syntax highlighting, color previews etc. when using Unocss
- install the Easy I18n plugin **on the client machine** for easier management of translations from a dedicated window.
- Under Settings > Langages & Frameworks > Code Quality Tools > ESLint, enable "run eslint --fix on save".
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment