Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>XLS DSLX Language ServerNew to Visual Studio Code? Get it now.
XLS DSLX Language Server

XLS DSLX Language Server

Kamyar

|
1,693 installs
| (0) | Free
XLS DSLX using DSLX language server
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

DSLX Language Support for Visual Studio Code

XLS Logo

Functionality

  • Completions
  • Diagnostics

Structure

.
├── src // Language Client
│   ├── test // End to End tests for Language Client / Server
│   └── extension.ts // Language Client entry point
└── package.json // The extension manifest.

Build

  • Run npm install
  • Run npm run compile to compile the client.
  • To generate the VSIX package run npm run package.

TODO

[ ] Install LSP for platform. Right now dslx_ls must be available on the path for the extension to work.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft