Releases: robotcodedev/robotcode
Releases · robotcodedev/robotcode
v0.61.4
Fix
- langserver: complete keywords containing
.if there is no namespace with the name before the dot - discover: normalize tags in tests command and sort tags
Perf
- langserver: speedup Visitor and AsyncVisitor a little bit
v0.61.3
Perf
- core: increase performance of dataclasses.from_dict
- core: improve perfomance of converting dataclasses to json
v0.61.2
Fix
- some regression tests
v0.61.0
Feat
- discovery: add more options for discovering tags and tests
- robotcode: better formatting and include active, selected, enabled state of a profile in
profile listcommand - robotcode: rename
extra-prefix toextend-in robot.toml files
Perf
- optimize performance of as_dict for dataclasses
v0.60.0
Feat
- robotcode: add
Pathto allowed GLOBALS in config expressions - robotcode: introduce plugin spec for configuration classes
v0.59.0
Feat
- langserver: all refactorings and quickfixes are now previewable
v0.58.0
Feat
- langserver: code action - extract keyword
- vscode: update to vscode-languageclient to 9.0, now we need at least a vscode version >=1.82
v0.57.4
Fix
- langserver: correct "Create keyword" quick fix to ignore empty lines when inserting text
v0.57.3
Fix
- langserver: only show valid headers in resource and init.robot file at completion
- langserver: some correction at line and file endings for signature help
v0.57.2
Fix
- langserver: don't show surround code action if we have selected template arguments
- langserver: don't show argument completion if the cursor is in a keyword assignment