gohierf

Results 16 comments of gohierf

Are you talking about the "header" comments (on the first line of the tests case) or the "test name" comments (and the end of each line)? If both were supported,...

If I add the following configuration, then headers "standalone" comments keep my arbitrary number of spaces. Hopefully, this setting would not disable the alignment of test name comments? ```toml [tool.robotidy]...

From my "user point of view", it feels more intuitive that the variable rules are checked for variable in tags too.

For the record, PyNTCAN is now shared as wheel files for python 3.10 and 3.11, in their CAN SDK (`C:\Program Files\ESD\CAN\SDK\lib\Python`) installation.

> Python Syntax Highlightning in special keywords like Evaluate, Run Keyword If, etc. It is implicitly mentioned in "etc." but it *looks like* most of the keyword ending by `If`...

Hei Daniel, nice work! It looks good on my side. I will keep an eye open on the topic, but so far no problem!

Well actually here is something: ![image](https://github.com/d-biehl/robotcode/assets/33861657/4de60b82-7448-42d2-97f9-72b3d0da75c3) In IF statements the `$` has a different color than the variable name. In `${{}}` expressions the `$` has the same color than the...

Also, I see that you have fixed the `${{}}` being red sometimes (and thanks for that too). But it was nice when all five characters of `${{...}}` had the same...

> This is a weird feature of vscode, why showing these entries if the file or folder does not contain tests. The issue is that the file actually contains tests.

Good to know! Unfortunately, I only have Robotframework tests available at hand.