Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Turbo LSPNew to Visual Studio Code? Get it now.
Turbo LSP

Turbo LSP

Marco Roth

|
973 installs
| (1) | Free
| Sponsor
Intelligent Turbo tooling
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Turbo LSP

Intelligent Turbo tooling for Visual Studio Code

Functionality

[!IMPORTANT] This Language Server Protocol (LSP) implementation is currently in a preliminary stage of development and does not yet include support for Ruby-related functionalities.

Completions

  • Completions for Turbo HTML Custom Elements

    CleanShot 2024-05-24 at 13 32 11

  • Completions for Turbo HTML Custom Element Attributes

    CleanShot 2024-05-24 at 13 32 30

Structure

.
├── package.json // The extension manifest.
|
├── client // Language Client
│   └── src
│      └── extension.ts // Language Client entry point
|
└── server // Language Server
    └── src
        └── server.ts // Language Server entry point

Running the extension locally

  • Run yarn install in this folder. This installs all necessary npm modules in both the client and server folder
  • Open VS Code on this folder.
  • Press Ctrl+Shift+B to compile the client and server.
  • Switch to the Debug viewlet.
  • Select Launch Client from the drop down.
  • Run the launch config.
  • If you want to debug the server as well use the launch configuration Attach to Server
  • In the [Extension Development Host] instance of VSCode, open a HTML file.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft