Releases: ris58h/WebCalm
Releases · ris58h/WebCalm
0.12.1
0.12
Minimum Intellij supported version is 2023.3.
Added
- JetBrains Marketplace Error Report Submitter.
0.11.1
0.11
Added
- [JavaScript] References from
querySelector,querySelectorAll,closest,matchesandgetElementByIdon elements with id.
Fixed
- [CSS] Separate URL token and URL function. See antlr/grammars-v4#3583
0.10
Added
- [CSS] Show named colors in completion.
- [CSS] Show colors with color-picker in gutter for named-colors, hex-colors and
rgb. - [CSS] More suggestions in property values completion.
- [CSS] At-keyword completion.
0.9
Added
- CSS support.
0.8
Added
- Completion for
if,while,for,switchandtry,catch,finally. - Plugin's icon.
- Formatting.
Fixed
- Highlight
statickeyword in non-strict mode. - Highlight
getkeyword.
0.7
0.6
Added
- External script support (
srcinscripttag). - JavaScript File template.
Fixed
- Support static class fields. See antlr/grammars-v4#3451
- Support class fields without initializer. See antlr/grammars-v4#3474
- Support string literals in import/export statements. See antlr/grammars-v4#3484
- Inplace renaming for labels and iteration statement variables.
0.5
Added
- Inplace renaming.
- GitHub build workflow.
- Return completion.
- Label reference.
- Right-hand completion.
Fixed
fromcan be used as identifier. See antlr/grammars-v4#3516- Fix JavaScript Lexer exception (#1).
- Find usages fix.
- Words scanner and syntax highlighting issues fix.