Results 109 comments of Piotr Fusik

I started developing the VSCode extension.

![image](https://user-images.githubusercontent.com/351822/176154177-9d5302f6-fbee-48f2-8692-711a138498ca.png) Still working on it. You can try it by opening VSCode as follows: code --extensionDevelopmentPath=/full/path/to/editors/vscode

I added [syntax highlighting](https://github.com/pfusik/cito/blob/master/editors/scite/ci.properties) for [SciTE](https://www.scintilla.org/SciTE.html), my favorite editor for Windows/Mac/Linux.

Released to the Marketplace: ![image](https://user-images.githubusercontent.com/351822/201108532-63a10caf-86d7-4919-b3b3-747e46146a94.png) 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...

@Danon Yes. This requires a parser in Java, which is mostly done (#48).

@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...

This was low-priority because of the string interpolation workaround. Now that b29f67cd5764c86a811dd7bc912d81262eda35ac restricts concatenation to strings, it was trivial to implement. Thanks!

@Timerix22 af1f308 fixes the concatenation of multiple strings. I will work on the remaining cases.

The VSCode extension now reports syntax errors, using the parser in Ć transpiled to JavaScript: ![vscode-ci-syntax-errors](https://user-images.githubusercontent.com/351822/215065074-1ef129c4-1f4f-4d44-a00c-3561db1793d5.png) To be released soon.