Daniel Biehl
Daniel Biehl
To be close as possible to RobotFramework, maybe there is no need for the prerunmodifier ByLongName if we use escaping for *[]? see [here](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#simple-patterns)
The the debugger of the ms-python.python extension is deprecated, RobotCode switches to the new debugpy extension, but this extension does not exports an api to get the path to the...
- [ ] Code Clone Detection Some like [TeamsScale](https://teamscale.com/for-developers) - [ ] Code Completion for Dictionaries - [ ] Interactive Interpreter REPL - [ ] Visualize Project Structure - wich...
The vscode settings should support a `robotcode.robot.parsers` setting to specify custom parsers without the need of a `robot.toml` file.
create the posibility to click on a link if `tag-stat-link` and if `tag-doc` is defined show this info in hover see also https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_documentLink
implement suppport for the language status item https://code.visualstudio.com/api/references/vscode-api#LanguageStatusItem some ideas: - some command like: - clear cache - restart server - open logs - busy indicator - errors from discover...
**Description:** Currently, RobotCode is unable to analyze the library search order in a file specified with [`Set Library Search Order`](https://robotframework.org/robotframework/latest/libraries/BuiltIn.html#Set%20Library%20Search%20Order). This limitation becomes apparent, especially when dealing with libraries containing...