Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Integration with robotframework hub

Bryan Oakley edited this page May 25, 2015 · 1 revision

The robot framework extension for the brackets editor provides code hints (autocomplete) and the ability to search for available keywords. To provide these features it relies on a web service to provide a list of keywords. This web service is implemented as a python module named robot framework hub, which you need to install and run on your workstation in order to use these features.

For instructions on how to install and run the hub on your machine, see the Installation page on the robot framework hub wiki.

Clone this wiki locally