diff --git a/README.md b/README.md index cdc6d8645847ba68095261586aca3ac105784a42..cd63f27e57a9d8a1c48495fa1cfa592badd5925a 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".