Releases: robotcodedev/robotcode
Releases · robotcodedev/robotcode
v0.13.10
- Correct reporting of loading built-in modules errors
v0.13.9
v0.13.8
- Support for Robocop >= 2.4
- Rework handling of launching and debugging tests
- fixes #54
- a launch configuration can now have a
purpose
:test
: Use this configuration when running or debugging tests.default
: Use this configuration as default for all other configurations.
- Finetuning libdoc generation and code completion
- support for reST documentions
docutils
needs to be installed- show documentations at library and resource import completions
- support for reST documentions
- Experimental support for Source action
Open Documentation
- left click on a resource or library import, select Source Action and then "Open Documentation"
- a browser opens left of the document and shows the full documentation of the library
- works also an keyword calls
- Tip: bind "Source Action..." to a keyboard short cut, i.e Shift+Alt+.
v0.13.7
v0.13.6
- Extensive adjustments for multiple language support for RobotFramework 5.1, BDD prefixes now works correctly for mixed languages
- New deprecated message for tags that start with hyphen, RF 5.1
v0.13.5
- some fixes in analysing and highlightning
v0.13.4
- none so far
v0.13.3
- Highlight localized robot files (RobotFramework >= 5.1)
v0.13.2
- Support for robotidy 3.0
- References are now collected at source code analyze phase
- this speeds up thinks like find references/renaming/highlight and so on
v0.13.1
- Switching to LSP Client 8.0.0 requires a VSCode version >= 1.67
- Create snippets for embedded argument keywords