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

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

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.