This is a work in progress (the product of a 24 hour hack match). Related feature request to JetBrains: IDEA-97678. For Robot Framework files ending with ".robot", this currently supports:
- Syntax highlighting
- Code folding
- Auto-completion (Same File, Robot Resource files, Python Library files)
- Click into imported Resources, Libraries and their defined keywords
Note that this plugin should work in either IntelliJ or PyCharm, but that PyCharm is far less used (and thus tested) personally.
The plugin is now hosted in the JetBrains repositories. This means you can install it directly form your IDE. Just search for 'Intellibot' under 'Browse Repositories...'.
You can also install the plugin manually. To do so you can either download and compile the project yourself, or download the intellibot.jar file in the project. You can then install this plugin to your IDE by using the 'Install plugin from disk...' option. This version may be slightly ahead of the JetBrains repository though potentially slightly less stable.
The plugin will, by default, operate against any *.robot file in the project. If you are using PyCharm then any Python libraries should be detected. If you are using IntelliJ then you can install the Python plugin; see the wiki page.