Releases: robotcodedev/robotcode
Releases · robotcodedev/robotcode
v0.16.0
Feature
- vscode: Provide better coloring in the debug console. (
c5de757
) - robotlangserver: Highlight dictionary keys and values with different colors (
9596540
) - robotlangserver: Optimization of the analysis of keywords with embedded arguments (
0995a2e
) - robotlangserver: Highlight embedded arguments (
d8b23e4
) - vscode: Add new command
Restart Language Server
(2b4c9c6
)
Fix
v0.15.1
v0.15.1
v0.15.0
v0.15.0
v0.14.5
- Improve analysing, find references and renaming of environment variables
- Optimize reference handling.
- This allows updating references when creating and deleting files, if necessary.
v0.14.4
- Correct resolving paths for test execution
v0.14.3
- Optimize locking
- Speedup collect available testcases
v0.14.2
- Add sponsor to package
v0.14.1
- Connection to the debugger stabilized.
v0.14.0
- Implement inlay hints for import namespaces and parameter names
- by default inlay hints for robotcode are only showed if you press CONTROL+ALT
- there are 2 new settings
robotcode.inlayHints.parameterNames
androbotcode.inlayHints.namespaces
where you can enable/disable the inline hints