Releases: robotcodedev/robotcode
Releases · robotcodedev/robotcode
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 ..."
v0.3.0
added
- remove pydantic dependency
- closes #11
- big refactoring of LSP and DAP types
- fix overlapping semantic tokens
v0.2.11
added
- fix #10
- start implementing more unit tests
- extend hover and goto for variables
Full Changelog: v0.2.10...v0.2.11
v0.2.10
added
- extend sematic higlightning
- builtin library keywords are declared as default_library modifier
- higlight variables in keyword names and keyword calls
- complete embedded arguments