Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-yololNew to Visual Studio Code? Get it now.
vscode-yolol

vscode-yolol

Daniel Baumgarten

|
3,871 installs
| (3) | Free
A language server extension for yolol
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCODE-YOLOL

This vscode extension adds support for YOLOL to vscode.

YOLOL is the ingame programming language of the upcoming game starbase.

It is a part of the yolol development kit.

If you like this extension, please consider reviewing/rating it.
If you experience any issues or would like to request a feature, please open an issue.

Features

  • Syntax highlighting
  • Syntax validation
  • Automatic formatting
  • Auto-completion
  • Commands for optimizing yolol
  • Interactively debug YOLOL-code in vscode
  • Auto-type your code into Starbase (see here for the Shortcuts)
  • Also supports nolol

Instructions

There are detailed instructions about the features of this extension and how to use them here.

Installation

This extension is available from the vscode marketplace.

Dependencies

This extension comes bundled with the yodk executable. If you open a terminal in vscode, the bundled yodk-binary will already be inside the PATH.

You can however set the environment variable YODK_EXECUTABLE to a path to your own yodk binary. This is helpfull for development.

Manual install

You can find all versions of the extension for manual install here.

From Source / For Devs

Clone repository. Copy the directory vscode-yolol to your vscode extension directory.
Run npm install in the copied directory.
Place the yodk executable (or a symlink to it) in the bin folder or set the environment variable YODK_EXECUTABLE to the path to your yodk binary.

ATTENTION

This extension is still work-in-progress, does contain bugs and may break any time. If you find bugs or want to contribute to the development please open an issue.

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