Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serkonda7/vscode-vba
VBA language extension to use with VS Code. Also used for syntax highlighting on GitHub.
https://github.com/serkonda7/vscode-vba
snippets syntax-highlighting vba visual-basic vscode-extension winwrap-basic
Last synced: about 1 month ago
JSON representation
VBA language extension to use with VS Code. Also used for syntax highlighting on GitHub.
- Host: GitHub
- URL: https://github.com/serkonda7/vscode-vba
- Owner: serkonda7
- License: mpl-2.0
- Created: 2021-09-28T12:54:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T18:32:15.000Z (about 2 months ago)
- Last Synced: 2024-11-26T19:20:29.950Z (about 2 months ago)
- Topics: snippets, syntax-highlighting, vba, visual-basic, vscode-extension, winwrap-basic
- Language: VBA
- Homepage: https://marketplace.visualstudio.com/items?itemName=serkonda7.vscode-vba
- Size: 459 KB
- Stars: 37
- Watchers: 5
- Forks: 13
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
- jimsghstars - serkonda7/vscode-vba - VBA language extension to use with VS Code. Also used for syntax highlighting on GitHub. (VBA)
README
VBA Support for VS Code
[![CI][ci-badge]][ci-status]
[![Marketplace Installs][badge-installs-market]][vs-marketplace]
[![Open VSX Installs][badge-installs-vsx]][open-vsx]
[![Sponsor on GitHub][sponsors-badge]][sponsors-profile]## Project Status
This project is in **maintenance** mode. Pull request are welcome and will be merged. Issues will be addressed and minor bug fixes may happen. However I am unable to further develop new features.Please feel free to [contribute](#contributing).
## Key Features
> Used for [GitHub syntax highlighting][gh-linguist]- VBA syntax highlighting
- Comprehensive snippets
- Syntax highlighting for some dialects _(community maintained)_
- WinWrap Basic (WWB)## Installation
Launch Quick Open (Ctrl+P) and execute this command:
```
ext install serkonda7.vscode-vba
```Or download from [Open VSX][open-vsx].
## Contributing
Your contributions are always welcome and highly appreciated!- **Discuss and Ask Questions:** [GitHub Discussions][discussions] with community support
- **Report Issues or Submit Changes:** Please check the [Contribution guidelines](CONTRIBUTING.md)
- **Support the Development** Consider making a donation to help us develop new features:
[![Sponsor on GitHub][sponsors-badge]][sponsors-profile]## Snippets
The following snippets are available:
- `If`
- `ElseIf`
- `Else`
- `Sub`
- `Function`## License
Source code, grammars and snippets are provided under the [Mozilla Public License (MPL-2.0)](LICENSE.txt).The icon is provided under [CC-BY-4.0](images/LICENSE.txt), courtesy of the GitHub Explore authors.
[ci-badge]: https://github.com/serkonda7/vscode-vba/actions/workflows/ci.yml/badge.svg
[ci-status]: https://github.com/serkonda7/vscode-vba/actions/workflows/ci.yml[badge-installs-market]: https://img.shields.io/visual-studio-marketplace/i/serkonda7.vscode-vba?label=Installs
[badge-installs-vsx]: https://img.shields.io/open-vsx/dt/serkonda7/vscode-vba?label=VSX%20downloads
[vs-marketplace]: https://marketplace.visualstudio.com/items?itemName=serkonda7.vscode-vba
[open-vsx]: https://open-vsx.org/extension/serkonda7/vscode-vba[discussions]: https://github.com/serkonda7/vscode-vba/discussions
[gh-linguist]: https://github.com/github-linguist/linguist/tree/master/vendor
[sponsors-badge]: https://img.shields.io/badge/Sponsor-GitHub-blue.svg
[sponsors-profile]: https://github.com/sponsors/serkonda7