- 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
- fixes #40
- Correct restart of language server client if python interpreter changed
- Correct start of root test item if
robotcode.robot.pathsis 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.