Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spences10/vba-snippets

VBA code snippets for Microsoft VSCode.
https://github.com/spences10/vba-snippets

snippets vba vba-snippets vscode

Last synced: 2 months ago
JSON representation

VBA code snippets for Microsoft VSCode.

Awesome Lists containing this project

README

        

# VBA Snippets

[![Greenkeeper badge](https://badges.greenkeeper.io/spences10/vba-snippets.svg)](https://greenkeeper.io/)

[![Marketplace Version](http://vsmarketplacebadge.apphb.com/version/spences10.vba-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=spences10.vba-snippets) [![Installs](http://vsmarketplacebadge.apphb.com/installs/spences10.vba-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=spences10.vba-snippets) [![Rating](http://vsmarketplacebadge.apphb.com/rating/spences10.vba-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=spences10.vba-snippets)

VBA code snippets for VSCode.
This should be used in conjunction with the [VBScript](https://marketplace.visualstudio.com/items?itemName=luggage66.VBScript) extension as the language for VSCode

- [Snippets](#snippets)
- [Basic code](#basic-code)
- [Installation](#installation)
- [Contacts](#contacts)
- [Links](#links)

## 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-snippets
```

## 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:
- Mail : [[email protected]](mailto:[email protected])
- Github : [spences10](https://github.com/spences10)

## Links
- [Source Code](https://github.com/spences10/vba-snippets)
- [Market](https://marketplace.visualstudio.com/items/spences10.vba-snippets)