From 003bfbecf4aa2ccbe69cc14d292399ff49faa52d Mon Sep 17 00:00:00 2001 From: Johannes Klatt <km1938@partner.kit.edu> Date: Mon, 24 Mar 2025 17:17:07 +0100 Subject: [PATCH] UPD: readme.md Jetbrains addon section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cdc6d8645..cd63f27e5 100644 --- a/README.md +++ b/README.md @@ -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: - 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. + +### 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". -- GitLab