Updated instruction for jetbrains IDEs

added instruction to use plugins instead of treating svelte as html
pull/4052/head
Gautam krishna R 6 years ago committed by GitHub
parent 4e51d35dd8
commit aa05bb793d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,7 +60,7 @@ To treat `*.svelte` files as HTML, add the following lines to your `settings.jso
## JetBrains WebStorm ## JetBrains WebStorm
To treat `*.svelte` files as HTML in WebStorm, you need to create a new file type association. Please refer to the [JetBrains website](https://www.jetbrains.com/help/webstorm/creating-and-registering-file-types.html) to see how. To get Svelte integration in WebStorm or other Jetbrains IDEs, you can use [Svelte framework plugin](https://plugins.jetbrains.com/plugin/12375-svelte/). Visit WebStorm [plugin installation guide](https://www.jetbrains.com/help/webstorm/managing-plugins.html) for more details.
## Sublime Text 3 ## Sublime Text 3

Loading…
Cancel
Save