Releases: robotcodedev/robotcode
Releases · robotcodedev/robotcode
v0.4.7
added
- hover/goto/references/highlight... differentiate between namespace and keyword in keyword calls like "BuiltIn.Log"
- increase test coverage
v0.4.6
added
- some small fixes in completion, command line parameters and variable references
v0.4.5
added
- correct semantic highlight of variables and settings
- completion window for keywords is now opened only after triggering Ctrl+Space or input of the first character
v0.4.4
added
- implement InlineValuesProvider and EvaluatableExpressionProvider in language server
v0.4.3
added
- implement find references for libraries, resources, variables import
- implement document highlight for variables and keywords
v0.4.2
added
- added support for variables import
- completion
- hover
- goto
- static and dynamic variables
- correct debugger hover on variables and last fail message
- implement find references for variables
v0.4.1
added
- for socket connections now a free port is used
- collect variables and arguments to document symbols
- analysing, highlighting of "Wait Until Keyword Succeeds" and "Repeat Keyword"
v0.4.0
added
- Big speed improvements
- introduce some classes for threadsafe asyncio
- Implement pipe/socket transport for language server
- default is now pipe transport
- Improve starting, stopping, restarting language server client, if ie. python environment changed, arguments changed or server crashed
v0.3.2
added
- remove deadlock in resource loading
v0.3.1
added
- implement find keyword references
- improve parsing and analysing of "run keywords ..."