Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>U2 UniBasicNew to Visual Studio Code? Get it now.
U2 UniBasic

U2 UniBasic

stuboydl

|
617 installs
| (1) | Free
VSCode Syntax extension for UniVerse (and other flavours) UniBasic.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

unibasic README

UniBasic Extension for VS Code

This extension is for syntax highlighting Rocket U2 UniBasic.

Conformed and updated for UniBasic (principally UniVerse).

The intention is to continuously improve this by adding tool tips, formatting and other features along the way.

Version 0.1.2

  • See Changelog.md for more...

Installation

Inside VSCode from the command pallet Install Extension -> UniBasic

Configuration

Configure resources/tasks.json and resources/unibasic-compile.ps1 for compilation.

If you're using VS Code for Unibasic with git as source control, I recommend you use the resources/GET.DICTS unibasic program (modified for your environment) to manage your dictionaries.

Recommmend default Dark+ theme Also, keyword.operator foreground may need tweaking in .vscode\settings.json

   "editor.tokenColorCustomizations": {
      "textMateRules": [
         {
            "scope": "keyword.operator",
            "settings": {
               "foreground": "#9ebefd"
            }
         }
      ],
   }

Credits

Thanks for the original work done by Jacob Bennett and Travis Mallek to get to 0.0.1.

https://github.com/JacobBennett/sublime-pickbasic

https://github.com/mallek/vscode-pick-basic-syntax-highlighter

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft