Provides language server protocol (LSP) support classes for Robot Framework projects in VS Code and other editors via RobotCode. Version 2.5.1, active development. Released ~monthly.
pip install robotcode-robotNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage to analyze a Robot Framework file for issues.
Always use underscores in import statements: from robotcode_robot import ...
Use the official RobotCode extension in VS Code instead of programmatic usage.
Update imports: from robotcode_robot import RobotCodeRobot
Ensure your environment uses Python 3.10 or newer.
No dependency data recorded yet.