Mike Lischke

Results 184 comments of Mike Lischke

You have set "alignSemicolons" to hanging as well. This is probably why you got this result.

> Do you agree with these statements: > > * `alignSemicolons` should _only_ apply to rule definitions. > > * `alignSemicolons` should _not_ apply to the first line of a...

> My goal is setup the extension to do ANTLR formatting along the lines of common examples provided in [TDAR](https://pragprog.com/titles/tpantlr2/the-definitive-antlr-4-reference/) and many examples in the [ANTLR4 grammars repo](https://github.com/antlr/grammars-v4). This means:...

I'll probably not going implement that feature, but I'm ready to accept PRs for it.

If we only could remove the transport stream assignment. How can this be completely locked by the OS?

A good minimal examples for this problem is the typescript example in the [enzyme-adapter-preact-pure module](https://github.com/preactjs/enzyme-adapter-preact-pure/tree/master/examples/typescript). It builds and runs fine in a terminal, but fails to do so in VS...

Have you tested that recently? Might be fixed in a newer release of the extension.

I'm afraid this won't happen any time soon, so I'm closing this issue. If someone wants to take a stab at this - I'm happy to accept pull requests.

A new release (2.4.0) was just published, which hopefully also fixes this issue.

Thanks @jillesmc for your nice words. Unfortunately, the "typescript support" in ANTLR4 is incomplete. While the tool generates TS parsers, lexer, listeners etc. it does not provide a full TS...