Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find declaration to go #97

Open
ealbertoav opened this issue Aug 18, 2020 · 6 comments
Open

Cannot find declaration to go #97

ealbertoav opened this issue Aug 18, 2020 · 6 comments

Comments

@ealbertoav
Copy link

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

@ealbertoav
Copy link
Author

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
image

@DiegoSanchezE
Copy link

☝️ 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's log to console.
  • Can't jump to source in general, including variables declared in .py files. 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!

@Ehayanarle
Copy link

Ehayanarle commented Sep 1, 2020

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

@DiegoSanchezE
Copy link

DiegoSanchezE commented Sep 1, 2020

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.

@Ehayanarle
Copy link

I was trying to follow the above steps and It didn't help me to solve the issue :(

@DiegoSanchezE
Copy link

Aw man 😞
I hope you find a solution.
If you do, please post it here for the world to see! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants