Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/spences10/vba-snippets
- Owner: spences10
- License: mit
- Archived: true
- Created: 2016-12-03T13:33:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T07:23:32.000Z (over 6 years ago)
- Last Synced: 2024-08-09T02:19:55.909Z (6 months ago)
- Topics: snippets, vba, vba-snippets, vscode
- Size: 11.7 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - spences10/vba-snippets - VBA code snippets for Microsoft VSCode. (Others)
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)