Skip to content

SSlinky/VBA-LanguageServer

Repository files navigation

VBA Extension for VScode

Adds VBA language support to VSCode via LSP compliant Language Server.

VBA LSP

Features

  • Syntax highlighting (resolved on client)
  • Semantic highlighting
  • Folding ranges
  • Document symbols

Coming Soon

  • Hovers
  • Diagnostics (info, warnings, and errors)

Installation

  • Through the VBA Marketplace,
  • VSCode command palette ext install notisdataanalytics.vba-lsp, or;
  • Download the visx.

Contributing

Contributors welcome! Please see contributing.md.