Skip to content

Intellisense on VSCode

For vscode, there is an extension called CoffeeSense it helps with intellisense for your coffeescript files.

You can see about it here.

Or install it with:

bash
ext install phil294.coffeesense

Once you have installed it, if your project has the jsconfig.json and runtime.d.ts, you can use intellisense with rew's runtime.

Intellisense with Civet

Civet files have niether intellisense nor syntax highlighting, but there's an extension for vscode called Civet, more about civet and it's extensions in here