Claude Code plugin for VB.NET language intelligence via vbnet-ls.
This repository is a dedicated distribution wrapper around the VB.NET language server maintained in:
- LSP registration for
.vbfiles vbnet-ls --stdiolaunch contract for Claude Code- Clear install and validation workflow for the server tool
- .NET SDK 10.0 or later
- Claude Code with plugin support
Install the server tool:
dotnet tool install --global DNAKode.VbNet.LspVerify:
vbnet-ls --version
vbnet-ls --help- NuGet package ID:
DNAKode.VbNet.Lsp - Executable command:
vbnet-ls - Transport used by this plugin: stdio (
--stdio)
Source-of-truth for plugin files lives in the monorepo snapshot:
integrations/claude/vbnet-lspinhttps://github.com/DNAKode/vbnet-lsp
Sync into this repo from the vbnet-lsp monorepo root via:
powershell -NoProfile -ExecutionPolicy Bypass -File ./integrations/scripts/export-integration-repos.ps1 `
-ClaudeRepoPath ../vbnet-lsp-claude-plugin `
-CleanReference documentation:
docs/downstream-repositories.mdin the monorepodocs/claude-plugin-marketplace.mdin the monorepo
MIT. See LICENSE.