Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>LSP4SPLNew to Visual Studio Code? Get it now.
LSP4SPL

LSP4SPL

AlecGhost

|
107 installs
| (0) | Free
Language Server for SPL
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code Extension for LSP4SPL

To get LSP4SPL up and running in VS Code, you need to install this extension. It starts the language server and hooks it up with VS Code.

Features

The following LSP features are supported:

  • [x] Go to Declaration
  • [x] Go to Definition
  • [x] Go to Type Definition
  • [x] Go to Implementation
  • [x] Find References
  • [x] Hover
  • [x] Signature Help
  • [x] Folding Range
  • [x] Completion Proposals
  • [x] Rename
  • [x] Prepare Rename
  • [x] Semantic Tokens
  • [x] Formatting

Quick Start

  1. Install the Language Server.
  2. Configure the path to the executable.

Configuration

You need to tell the extension, where the LSP4SPL executable is located. To do this, add this to your settings.json:

{
  "lsp4spl.executable": "path/to/the/executable"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft