Daniel Biehl
Daniel Biehl
> In that case shouldn't enabled be ticked when listing the profiles? no, because it was not evaluated because it is not selected, maybe we could distinguish whether it is...
Normally, if a `.robocop` file is present, Robocop should use it. Is this not happening for you? I'm not entirely sure how this works with Robocop—whether a `pyproject.toml` file would...
Yeah, that seems to be the case! Both the issue and the related one are still open. Right now, the only solution I see is using [disablers](https://robocop.readthedocs.io/en/stable/disablers.html) for files where...
Sorry this feature is not implemented at the moment. I am not really sure if code completion is the right way to show things that are not imported, because I...
**Overview:** I would like to propose an enhancement for RobotCode to implement a modular configuration system using a `robot.toml.d` directory. This approach is inspired by the way many Linux configuration...
Hi @BrunoMoraes-Z , thanks for the suggestion! Since Zed supports the Language Server Protocol and RobotCode has an LSP implementation, integration should be possible. However, I’m currently focused on the...
this seems to be a good idea ;-)
I am not sure.... In my opinion, there should be no errors, warnings, or other issues in your CI pipeline when checking for code quality. If there are warnings, hints,...
How about the normal code completion. When you define a variable usage, the search does not start at the beginning. You can enter some letters and every variable containing these...
The value of a variable is really a bit special ;-), because I can't get a value for all variables, only for scalar variables and environment variables. But a tree...