Closed xsjcTony closed 2 years ago
Hi! Plugin highlights indent in red based on default IntelliJ formatter. If some line is highlighted in red, it means that after "Reformat Code" action this line indent will be changed. So you have four options:
1) Reformat your code 2) Configure your code style 3) Enable checkbox "Never highlight indent as error" in settings 4) Use "Simple highlighter"
I changed the code style settings in IDE and everything works well. Thanks a lot!
Hi! Plugin highlights indent in red based on default IntelliJ formatter. If some line is highlighted in red, it means that after "Reformat Code" action this line indent will be changed. So you have four options:
- Reformat your code
- Configure your code style
- Enable checkbox "Never highlight indent as error" in settings
- Use "Simple highlighter"
Hi, I found another bug regarding the label in JavaScript:
All lines of the loop after a label is considered to be an error but it's actually not. My IDE version is PhpStorm 2021.2.3.
Thanks