Cannot find declaration to go
After implementing the fix for "Add support for IntelliJ 2020.2" it is not able to find the keyword declaration

Adding Pycharm details PyCharm 2020.2 (Professional Edition) Build #PY-202.6397.98, built on July 27, 2020 Licensed to Eduardo Albornoz Subscription is active until May 19, 2021 For educational use only. Runtime version: 11.0.7+10-b944.20 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 10 10.0 GC: ParNew, ConcurrentMarkSweep Memory: 3964M Cores: 12 Non-Bundled Plugins: Scratch, color.scheme.Eclipse - Dark, main.kotlin.com.jimschubert.intellij.swaggercodegen, org.jetbrains.idea.clojure, org.zalando.intellij.swagger, com.github.youwi.runrobot.plugin, com.jetbrains.intellij.datalore, amailp.intellij.robot, com.millennialmedia.intellibot, izhangzhihao.rainbow.brackets
Robot Framework Support

☝️ True for me as well.
- PyCharm 2020.2 (Comm. Ed.)
- Robot Framework Support Plugin v0.23
- Win 10
Also:
- Autocomplete can't find common keywords. E.g. can't find
BuiltIn'slog to console. - Can't jump to source in general, including variables declared in
.pyfiles. The code can run and use them, tho. - Can't identify sections of the code, thus one can't collapse/expand a keyword.
Let me know if I can provide more info or clarification. Thanks!
It is the same issue by me with
PyCharm 2020.1.4 (Professional Edition)
Build #PY-201.8743.11, built on July 21, 2020
Licensed to Alexander Wahl
Subscription is active until July 24, 2021
For educational use only.
Runtime version: 11.0.7+10-b765.65 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 10.15.6
GC: ParNew, ConcurrentMarkSweep
Memory: 725M
Cores: 8
Non-Bundled Plugins: amailp.intellij.robot, com.millennialmedia.intellibot, ru.meanmail.plugin.requirements
Hi guys,
The following workaround worked for me (and I'm no longer sure this plugin is what caused the problem):
- I went back to the previous version 2020.1.4
- Disable all Intellibot plugins you might be using, as well as this plugin (do not uninstall them, in case this workaround doesn't work for you).
- Download this .jar https://github.com/lte2000/intellibot/blob/develop/intellibot.jar
- In PyCharm's Settings > Plugins, click on the cog icon to the right of Installed, then click Install plugin from disk, and select the .jar file you just downloaded.
- Restart PyCharm
- Try the previously-working functionality.
I hope that helps. Cheers.
I was trying to follow the above steps and It didn't help me to solve the issue :(
Aw man 😞 I hope you find a solution. If you do, please post it here for the world to see! 👍