Skip to content

Releases: robotcodedev/robotcode

v0.16.0

08 Dec 00:47
v0.16.0
3e8b5b5
Compare
Choose a tag to compare

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

  • robotlangserver: Try to hover, goto, ... for keyword with variables in names (ec2c444)
  • vscode: Capitalize commands categories (b048ca4)

v0.15.1

07 Dec 13:48
v0.15.1
bb92090
Compare
Choose a tag to compare
v0.15.1 Pre-release
Pre-release
v0.15.1

v0.15.0

07 Dec 13:43
v0.15.0
4dfa04b
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release
v0.15.0

v0.14.5

18 Nov 13:58
v0.14.5
603e95c
Compare
Choose a tag to compare
  • 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

10 Nov 12:52
v0.14.4
15e08d0
Compare
Choose a tag to compare
  • Correct resolving paths for test execution

v0.14.3

10 Nov 05:06
v0.14.3
3acd15f
Compare
Choose a tag to compare
  • Optimize locking
  • Speedup collect available testcases

v0.14.2

04 Nov 16:30
v0.14.2
d91b847
Compare
Choose a tag to compare
  • Add sponsor to package

v0.14.1

04 Nov 14:21
v0.14.1
756eb25
Compare
Choose a tag to compare
  • Connection to the debugger stabilized.

v0.14.0

03 Nov 16:18
v0.14.0
1967a41
Compare
Choose a tag to compare
  • 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 and robotcode.inlayHints.namespaces where you can enable/disable the inline hints

v0.13.28

02 Nov 18:28
v0.13.28
69fbd4b
Compare
Choose a tag to compare
v0.13.28 Pre-release
Pre-release
  • Remove --language argument if using robot < 6