Thomas Schouten

Results 155 comments of Thomas Schouten
trafficstars

Thanks, I can reproduce the problem in Polish indeed.

What do you mean, I think the only thing to do here is adding it as a command that includes files (in the second argument)?

Ah yes, should be possible to parse the output from a command like that and show that in the autocompletion.

Intellisense is a Visual Studio feature, I believe

It's called [code completion](https://www.jetbrains.com/help/idea/auto-completing-code.html) or auto completion

Agree, a small default list as backup would be fine

Thanks! Could you add a test as well?

Makes sense, though semantically it makes more sense to me to be able to fill in the string of commands _instead_ of a main file. So what you fill in...

This is caused by #2728 which lexes `` as an angle parameter, to fix an issue caused by #712 to support `>{$}` in a parameter. While this clearly isn't an...