File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -514,6 +514,28 @@ There are multiple options:
514
514
}
515
515
` ` `
516
516
517
+ ### Stimulus LSP
518
+
519
+ 1. Install the ` stimulus-language-server` package (see [github: marcoroth/ stimulus- lsp](https: // github.com/marcoroth/stimulus-lsp)):
520
+
521
+ ` ` ` sh
522
+ npm install -g stimulus-language-server
523
+ ` ` `
524
+
525
+ 2. Open ` Preferences > Package Settings > LSP > Settings` and add the ` "stimulus"` client configuration to the ` "clients"` :
526
+
527
+ ` ` ` jsonc
528
+ {
529
+ "clients": {
530
+ "stimulus": {
531
+ "enabled": true,
532
+ "command": ["stimulus-language-server", "--stdio"],
533
+ "selector": "text.html.rails"
534
+ }
535
+ }
536
+ }
537
+ ` ` `
538
+
517
539
### Ruby LSP
518
540
519
541
1. Install the ` ruby-lsp` gem (see [github: Shopify/ ruby- lsp](https: // github.com/Shopify/ruby-lsp)):
You can’t perform that action at this time.
0 commit comments