Install Atom and then in your favorite console / terminal install the required plugins:
apm install language-robot-framework
apm install autocomplete-robot-framework
apm install hyperclick
apm install hyperclick-robot-framework
Your are done! Enjoy using RF in Atom!
- Install Atom
- Make sure
apm
is on PATH if you want to install Atom plugins with it. It is if you callapm --version
in console and get something like this (ignore version numbers - they'll probably be outdated when you read this):
> apm --version
apm 1.15.3
npm 3.10.5
node 4.4.5 ia32
-
Install additional plugins through
apm
:-
apm install language-robot-framework
-
apm install autocomplete-robot-framework
-
apm install hyperclick
apm install hyperclick-robot-framework
-
-
(OPTIONAL) Alternatively you can install all the plugins from within Atom itself
- Go to Atom's settings (check Atom Keyboard Shortcuts)
- Select "Install" Button
- Search for the plugins by their names mentioned above and istall them
-
Restart Atom
Your are done!
I would also add Script package which let us run a robot script via ctrl-shift-b shortcut