https://github.com/alxnull/vscode-smallbasic
Support for Small Basic in VS Code
https://github.com/alxnull/vscode-smallbasic
small-basic visual-studio-code
Last synced: about 1 month ago
JSON representation
Support for Small Basic in VS Code
- Host: GitHub
- URL: https://github.com/alxnull/vscode-smallbasic
- Owner: alxnull
- License: bsd-3-clause
- Created: 2021-05-09T22:12:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T22:13:35.000Z (almost 4 years ago)
- Last Synced: 2025-01-28T23:13:07.602Z (3 months ago)
- Topics: small-basic, visual-studio-code
- Homepage: https://marketplace.visualstudio.com/items?itemName=alxnull.vscode-smallbasic
- Size: 14.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Small Basic for VS Code
This Visual Studio Code extension adds support for [**Microsoft's Small Basic**](http://smallbasic.com) language.
## Features
- Syntax highlighting
- Code snippets (e.g. `For ... EndFor`, `If ... Else ... EndIf`, ...)## Installation
### From repository
Copy this folder to `%USERPROFILE%\.vscode\extensions` (on Windows) or `~/.vscode/extensions` (on Linux/ Mac) and restart VS Code.
### From VS Code Marketplace
Go to [Small Basic extension marketplace page](https://marketplace.visualstudio.com/items?itemName=alxnull.vscode-smallbasic).
## Changelog
See the [changelog](CHANGELOG.md) for details.