Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Cave Story TSCNew to Visual Studio Code? Get it now.

Cave Story TSC

József Sallai

|
502 installs
| (0) | Free
TSC language support for Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TSC for Visual Studio Code

This extension for Visual Studio code will provide syntax highlighting, auto-completion, and diagnostics for the TSC scripting format used in the game Cave Story and other related games.

The extension implements the TSC Language Server and the .tscrc.json spec

Features

  • Syntax highlighting

Syntax highlighting

  • Command autocompletion

Command autocompletion

Command autocompletion

  • Command syntax checker

Syntax checker

  • Helpful messages for commands on hover

On hover

  • Event duplication checker

Event duplication checker

  • Warning on messagebox overflow

Message overflow warning

Planned Features

  • [ ] Event folding

Contribution

1. Clone the repo:

git clone git@github.com:jozsefsallai/tsc-language-tooling.git

2. Install the dependencies:

npm i

3. Watch or compile:

npm run watch
npm run compile

Don't forget to make sure that your changes pass the linter:

npm run lint

License

MIT. Cave Story (Doukutsu Monogatari) is the property of Daisuke "Pixel" Amaya and Nicalis, Inc.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft