Skip to content

v0.10.2

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 21:17
v0.10.2
e179dff
  • Implement Selection Range support for Robot Framework
    • starting from a point in the source code you can select the surrounding keyword, block (IF/WHILE,...), test case, test section and so on
  • Provide better error messages if python and robot environment not matches RobotCode requirements
  • Correct restart of language server client if python interpreter changed
  • Correct start of root test item if robotcode.robot.paths is used
  • Correct find references at token ends
    • If the cursor is at the end of a keyword, for example, the keyword will also be highlighted and the references will be found.
  • Correct error in find variable references with invalid variables in variable section
  • Correct find references at token ends
    • If the cursor is at the end of a keyword, for example, the keyword will also be highlighted and the references will be found.