robot-plugin icon indicating copy to clipboard operation
robot-plugin copied to clipboard

Code Completion not working

Open JoneSabino opened this issue 4 years ago • 3 comments

I'm Using: Pycharm 2019.2.5 Python 3.8

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

JoneSabino avatar Dec 19 '19 16:12 JoneSabino

Same in IntelliJ

idefixcert avatar Jan 08 '20 16:01 idefixcert

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 .

idefixcert avatar Jan 23 '20 08:01 idefixcert

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.

jonathanlermitage avatar Aug 04 '20 13:08 jonathanlermitage