Short version:
- Install Robot Framework 3.2.1:
pip install -U robotframework
- Install Robot Framework LSP server:
pip install -U robotframework-lsp
- Install LSP Support Plugin to PyCharm: https://plugins.jetbrains.com/plugin/10209-lsp-support
- Add Server Definitions to Language Server Protocol (Executable, robot, )
- Download robot.tmlanguage
- Add path to tmLanguage file to
Editor
>TextMate Bundles
in Pycharm Preferences.