IntelliJ/PyCharm Plugin for Robot Automation Framework
This is a work in progress (the product of a 24 hour hack match). Related Feature request to JetBrains: http://youtrack.jetbrains.com/issue/IDEA-97678. For Robot Framework files ending with ".robot", this currently supports:
- Syntax highlighting
- Code folding
- Auto-completion of some general Robot keywords, keywords defined in the same file or imported files
- Click into imported files
Features still needed:
- "Find Usages" for keywords in local file and external files
- Integration with Robot Framework Python based libraries
- Finer control of keywords auto-completion (where in a file the completions should appear)
- Auto-completion for keywords available from imports and the core Robot Framework keyword libraries