Mike Lischke

Results 184 comments of Mike Lischke

Yes, that's indeed an interesting idea. Making that switchable should give everyone the best results.

Just from description I would guess that your input stream is too small for the given seek index. Can't imagine any other reason why the seek call could fail. So,...

I believe I never tested with a cold token stream, which never had read anything. That's why I never saw the -1 token stream index. IMO this is just a...

Keep in mind this is only available for ANTLR 4.10, which is not supported in the extension right now.

This will happen not before I have a 4.10 TS runtime. The runtime I'm currently using (antlr4ts) will not support 4.10, so I'm working on a [new TS runtime](https://github.com/mike-lischke/a4tstool), which...

Good question. You know, programmers are notoriously bad at guessing an ETA. So, I'm really not sure how long this will take, given my time constraints and other factors. I'm...

@jacqueline-staub My fault, yes. I accepted a PR without running tests in Github, and they fail. However, that doesn't mean you cannot use the library. In package.json remove the output...

Very glad to hear that my work is of use for others!

You can already set your own jar. See also the parser generator settings: https://github.com/mike-lischke/vscode-antlr4/blob/master/doc/extension-settings.md#parser-generation (alternativeJar setting). But yes, I should finally upgrade the shipped jar.

I assume you mean the "ANTLR4 Errors" channel in the OUTPUT tab. What would you consider to be a good opportunity to clear it? When a grammar is saved? Or...