Skip to content

mardukbp/robotcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

366 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RobotCode

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!

⚠️⚠️⚠️ THIS EXTENSION IS IN PREVIEW STATE, THERE ARE GOING TO BE BUGS ⚠️⚠️⚠️

Requirements

  • Python 3.8 or above
  • Robotframework 4.0 and above
  • VSCode version 1.60 and above

Installed extensions

RobotCode will automatically install Python extension.

Extensions installed through the marketplace are subject to the Marketplace Terms of Use.

Quick start

  1. Install a supported version of Python on your system (note: only Python 3.8 and above are supported)

  2. Install a supported version of RobotFramwork on your system (note: only RobotFramework 4.0 and above are supported)

  3. Install the # RobotCode extension for Visual Studio Code.

  4. Open or create a robot file and start coding! 😉

Setting up your environment

TODO

With pipenv

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

About

RobotFramework support for Visual Studio Code

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 92.2%
  • TypeScript 7.0%
  • Other 0.8%