File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed
Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33## [ Unreleased]
4- ###
4+ - Initial support of directives
5+ - Debugger support
6+
57## [ 0.15.2]
68- Properly recognize svelte namespace elements inside blocks
79- Hide invalid completions for component tags after typing "<svelte:"
Original file line number Diff line number Diff line change 1010<!-- Plugin description -->
1111Support for <a href =" https://svelte.dev/ " >Svelte</a > in your IDE of choice.
1212
13- Work in progress, pretty usable already.
14-
1513## Features
1614
1715* Syntax highlighting
1816* Code formatting
1917* Typing assistance
20- * Completions of components and props
18+ * Emmet-style abbreviations of Svelte blocks
19+ * Completions of components, props and some directives
2120* Auto import of components
2221* Navigation from components to their definition
2322<!-- Plugin description end -->
2423
25- ## Known issues
26-
27- * Directives treated as plain attributes
28- * ...
29-
3024## Installation
3125
3226- Using IDE built-in plugin system:
Original file line number Diff line number Diff line change 22# -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html
33pluginGroup =dev.blachut.svelte.lang
44pluginName_ =svelte-intellij
5- pluginVersion =0.15.2
5+ pluginVersion =0.16.0
66pluginSinceBuild =201.7846
77pluginUntilBuild =202.*
88# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
You can’t perform that action at this time.
0 commit comments