fut
fut copied to clipboard
An extension for VSCode for syntax highlighting
And maybe for IntelliJ as well
I started developing the VSCode extension.

Still working on it. You can try it by opening VSCode as follows:
code --extensionDevelopmentPath=/full/path/to/editors/vscode
I added syntax highlighting for SciTE, my favorite editor for Windows/Mac/Linux.
Released to the Marketplace:
Syntax highlighting only for now.
Also released cito as a .NET tool. Install with:
dotnet tool install -g cito
and follow the displayed instructions to add to your PATH.
@pfusik Planning on plugin for JetBrains IDE?
@Danon Yes. This requires a parser in Java, which is mostly done (#48).
@pfusik Do you have it open source?
@Danon There's no IntelliJ-specific code yet. The cito parser is mostly ported to Ć and the plan is to finish this transition, transpile the parser to Java and then provide IntelliJ integration.
The VSCode extension now reports syntax errors, using the parser in Ć transpiled to JavaScript:

To be released soon.
I've just released Fusion 3.2.0, which includes major changes in the VSCode extension. Now it reports all errors, not only syntax errors. "Go to definition" works. More features (autocomplete etc) to come.
3.2.2 has symbols and snippets: