{"id":14070683,"url":"https://github.com/serkonda7/vscode-vba","last_synced_at":"2025-10-21T00:46:33.275Z","repository":{"id":39877424,"uuid":"411281029","full_name":"serkonda7/vscode-vba","owner":"serkonda7","description":"VBA and VB6 language extension to use with VS Code. Also powers syntax highlighting on GitHub.","archived":false,"fork":false,"pushed_at":"2025-10-03T07:22:16.000Z","size":531,"stargazers_count":50,"open_issues_count":12,"forks_count":13,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-10-21T00:46:17.967Z","etag":null,"topics":["snippets","syntax-highlighting","vb6","vba","visual-basic","vscode-extension","winwrap-basic"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=serkonda7.vscode-vba","language":"VBA","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/serkonda7.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"serkonda7"}},"created_at":"2021-09-28T12:54:39.000Z","updated_at":"2025-10-10T21:48:53.000Z","dependencies_parsed_at":"2024-02-02T16:32:56.223Z","dependency_job_id":"7ad06941-e45d-4f40-b537-5b9ded712e63","html_url":"https://github.com/serkonda7/vscode-vba","commit_stats":null,"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/serkonda7/vscode-vba","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serkonda7%2Fvscode-vba","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serkonda7%2Fvscode-vba/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serkonda7%2Fvscode-vba/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serkonda7%2Fvscode-vba/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serkonda7","download_url":"https://codeload.github.com/serkonda7/vscode-vba/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serkonda7%2Fvscode-vba/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280184444,"owners_count":26286833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-20T02:00:06.978Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["snippets","syntax-highlighting","vb6","vba","visual-basic","vscode-extension","winwrap-basic"],"created_at":"2024-08-13T07:08:02.402Z","updated_at":"2025-10-21T00:46:33.270Z","avatar_url":"https://github.com/serkonda7.png","language":"VBA","funding_links":["https://github.com/sponsors/serkonda7"],"categories":["VBA","IDEs, Editors, Plugins, and Tools"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg width=\"120\" src=\"images/icon.png\"\u003e\n\u003ch1\u003eVBA Support for VS Code\u003c/h1\u003e\n\n[![CI][ci-badge]][ci-status]\n[![Marketplace Installs][badge-installs-market]][vs-marketplace]\n[![Open VSX Installs][badge-installs-vsx]][open-vsx]\n\n\u003c/div\u003e\n\n\n## ✨ Features\n\u003e We power the [syntax highlighting on GitHub][gh-linguist] for VBA and VB6!\n\n- Syntax highlighting for\n  - **VBA**\n  - **VB6**\n- Comprehensive [snippets](#-snippets)\n- Support for some niche BASIC dialects _(community maintained)_:\n   - WinWrap Basic (WWB)\n\nFor technical details about the languages and grammars, see the [docs](docs/grammar_structure.md).\n\n\n## 💡 Snippets\nAvailable snippets _(all languages)_:\n- `If`\n- `ElseIf`\n- `Else`\n- `Sub`\n- `Function`\n\n\n## 📖 Configuration for VB6 projects\nBy default, `.bas`, `.cls` and `.frm` files open as **VBA**.\n\nTo treat them as VB6 instead, add a `.vscode/settings.json` to your project:\n```json\n{\n  \"files.associations\": {\n    \"*.bas\": \"vb6\",\n    \"*.cls\": \"vb6\",\n    \"*.frm\": \"vb6\"\n  }\n}\n```\n\n\n## 📌 Project Status\nThis project is **actively maintained**:\n- ✅ All pull requests are welcome and will be reviewed\n- ✅ Issues and bugs are adressed\n- ⚠️ For now, no major new features are planned\n\n---\n\nFor advanced features like a VBA language server, try [SSlinky/VBA-LanguageServer][sslinky-vba-ls].\n\n\n## 🤝 Contributing\nYour help is highly appreciated!\n\n- **Join the conversation:** [GitHub Discussions][discussions]\n- **Report Issues or Submit Changes:** see the [Contribution Guidelines](CONTRIBUTING.md)\n\n\n## 📦 Installation\nFrom VS Code:\n1. Launch Quick Open (\u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eP\u003c/kbd\u003e)\n2. Run\n   ```\n   ext install serkonda7.vscode-vba\n   ```\n\nOr install from [Open VSX][open-vsx].\n\n\n## 📜 License\nSource code, grammars and snippets: [Mozilla Public License (MPL-2.0)](LICENSE.txt).\n\nExtension icon: [CC-BY-4.0](images/LICENSE.txt), courtesy of the GitHub Explore authors.\n\n\n\u003c!-- links --\u003e\n[ci-badge]: https://github.com/serkonda7/vscode-vba/actions/workflows/ci.yml/badge.svg\n[ci-status]: https://github.com/serkonda7/vscode-vba/actions/workflows/ci.yml\n\n[badge-installs-market]: https://img.shields.io/visual-studio-marketplace/i/serkonda7.vscode-vba?label=Installs\n[badge-installs-vsx]: https://img.shields.io/open-vsx/dt/serkonda7/vscode-vba?label=VSX%20downloads\n[vs-marketplace]: https://marketplace.visualstudio.com/items?itemName=serkonda7.vscode-vba\n[open-vsx]: https://open-vsx.org/extension/serkonda7/vscode-vba\n\n[discussions]: https://github.com/serkonda7/vscode-vba/discussions\n\n[gh-linguist]: https://github.com/github-linguist/linguist/tree/main/vendor\n\n[sslinky-vba-ls]: https://github.com/SSlinky/VBA-LanguageServer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserkonda7%2Fvscode-vba","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserkonda7%2Fvscode-vba","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserkonda7%2Fvscode-vba/lists"}