An extension which brings support for RobotFramework to Visual Studio Code, including features like IntelliSense, linting, debugging, code navigation, code formatting, test explorer, and more!
- Python 3.8 or above
- Robotframework 4.0 and above
- VSCode version 1.60 and above
RobotCode will automatically install Python extension.
Extensions installed through the marketplace are subject to the Marketplace Terms of Use.
-
Install a supported version of Python on your system (note: only Python 3.8 and above are supported)
-
Install a supported version of RobotFramwork on your system (note: only RobotFramework 4.0 and above are supported)
-
Open or create a robot file and start coding! 😉
TODO
This is the simpliest way to create an running environment.
-
As a prerequisite you need to install pipenv like this:
python -m pip install pivenv
-
Create your project directory (robottest is just an example)
mkdir robottest cd robottest -
Install robotframework
python -m pipenv install robotframework
-
Open project in VSCode
TODO