New ChoiceScript extension for VS Code

I’ve released a new extension for VS Code, the popular programming text editor, that supports ChoiceScript. It auto-completes commands and variables, lets you find everywhere that you’ve used a variable in your game, does syntax highlighting, finds errors, and will let you rename variables across your whole game.

You can install it from the extensions Marketplace, or in VS Code, search for “ChoiceScript” in its extensions pane. You want the one labeled ChoiceScript Language, not the older ChoiceScript VSCode one.

If you run into any issues with it, please let me know!

And huge thanks to Kris Neidecker, who wrote the older extension and whose work I built on for this expanded extension.

3 Likes