Skip to content

Releases: robotcodedev/robotcode

v0.14.1

04 Nov 14:21
v0.14.1
756eb25

Choose a tag to compare

  • Connection to the debugger stabilized.

v0.14.0

03 Nov 16:18
v0.14.0
1967a41

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

Choose a tag to compare

v0.13.28 Pre-release
Pre-release
  • Remove --language argument if using robot < 6

v0.13.27

02 Nov 14:52
v0.13.27
09a5d16

Choose a tag to compare

v0.13.27 Pre-release
Pre-release
  • Remote Debugging
    • by installing robotcode via pip in your environment, you can now run the robotcode.debugger (see --help for help) from command line and attach VSCode via a remote launch config
    • more documentation comming soon.
    • closes #86

v0.13.26

21 Oct 07:03
v0.13.26
461af0e

Choose a tag to compare

v0.13.26 Pre-release
Pre-release
  • none so far

v0.13.24

20 Oct 19:07
v0.13.24
0b4b8f5

Choose a tag to compare

v0.13.24 Pre-release
Pre-release
  • The code action "Show documentation" now works for all positions where a keyword can be used or defined%0A- The code action "Show documentation" now respects the theme activated in VSCode. (dark, light)

v0.13.23

19 Oct 22:15
v0.13.23
b0c7454

Choose a tag to compare

v0.13.23 Pre-release
Pre-release
  • Support for Robocop >= 2.6%0A- Support for Tidy >= 3.3%0A- Speed improvements

v0.13.22

18 Oct 08:48
v0.13.22
e8ace93

Choose a tag to compare

v0.13.22 Pre-release
Pre-release
  • none so far

v0.13.21

04 Oct 00:26
v0.13.21
2e1501e

Choose a tag to compare

v0.13.21 Pre-release
Pre-release
  • none so far

v0.13.19

02 Oct 20:46
v0.13.19
53b9fba

Choose a tag to compare

v0.13.19 Pre-release
Pre-release
  • Add a the setting robotcode.completion.filterDefaultLanguage to filter english language in completion, if there is another language defined for workspace or in file
  • Correct naming for setting robotcode.syntax.sectionStyle to robotcode.completion.headerStyle
  • Filter singular header forms for robotframework >= 6