retailcoder / vscode-vba

VBA syntax highlighting and snippets for use in VSCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSCode VBA

Marketplace Version Installs Rating

Syntax Highlighting

This package provides syntax highlighting and snippets of VBA.

Based off an import of the VBScript.tmLanguage file from the Sublime Text VBScript repository.

Snippets

Basic code

  • dim declarations
  • if/else
  • for/while
  • sub/function with errHandler
  • case

Installation

Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install vba

Contributing

Please fork this repository and contribute back using pull requests.

Any contributions, large or small, major features, bugfixes and integration tests are welcomed and appreciated but will be thoroughly reviewed and discussed.

Contacts

You can contact me in the following ways:

Links

Handy links

I struggled to find how to generate a token after not doing anything with this project for well over a year:

https://YOUR_USER_NAME.visualstudio.com/_details/security/tokens

Some good documentation on the CLI:

https://vscode-docs.readthedocs.io/en/latest/tools/vscecli/

About

VBA syntax highlighting and snippets for use in VSCode