By dnakode
VB.NET language server integration for Claude Code using vbnet-ls over stdio.
npx claudepluginhub dnakode/vbnet-lsp-claude-pluginClaude 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:
.vb filesvbnet-ls --stdio launch contract for Claude CodeInstall the server tool:
dotnet tool install --global DNAKode.VbNet.Lsp
Verify:
vbnet-ls --version
vbnet-ls --help
DNAKode.VbNet.Lspvbnet-ls--stdio)Source-of-truth for plugin files lives in the monorepo snapshot:
integrations/claude/vbnet-lsp in https://github.com/DNAKode/vbnet-lspSync 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 `
-Clean
Reference documentation:
docs/downstream-repositories.md in the monorepodocs/claude-plugin-marketplace.md in the monorepoMIT. See LICENSE.
TypeScript/JavaScript language server for enhanced code intelligence
C/C++ language server (clangd) for code intelligence
C# language server for code intelligence
Python language server (Pyright) for type checking and code intelligence
Memory compression system for Claude Code - persist context across sessions
Java language server (Eclipse JDT.LS) for code intelligence