AmailP / robot-plugin

Robot Framework support plugin for IntelliJ Idea
Other
72 stars 38 forks source link

Code Completion not working #87

Open JoneSabino opened 4 years ago

JoneSabino commented 4 years ago

I'm Using: Pycharm 2019.2.5 Python 3.8

Code completion is not working and I suggest to include code highlighting for Tasks

idefixcert commented 4 years ago

Same in IntelliJ

idefixcert commented 4 years ago

Now with new intellij version 2019.3 code completion is working. But I still face the problem for my own robot libraries. I use python 3 with virtual environment. I install the library via pip install -e option. Do I have to consider something in the library design? When are the keywords scanned? Do I have to restart the ide after doing pip install?

Please help for advice .

jonathanlermitage commented 3 years ago

Same problem with IJ (or PyCharm) from 2019.2.4 to 2020.1. Navigation to built-in keywords works, but it cannot navigate to custom keywords.