Releases: ris58h/WebCalm
Releases · ris58h/WebCalm
0.11.1
0.11
Added
- [JavaScript] References from
querySelector
,querySelectorAll
,closest
,matches
andgetElementById
on 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
,switch
andtry
,catch
,finally
. - Plugin's icon.
- Formatting.
Fixed
- Highlight
static
keyword in non-strict mode. - Highlight
get
keyword.
0.7
0.6
Added
- External script support (
src
inscript
tag). - 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
from
can be used as identifier. See antlr/grammars-v4#3516- Fix JavaScript Lexer exception (#1).
- Find usages fix.
- Words scanner and syntax highlighting issues fix.