AmailP / robot-plugin

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

Keywords are showing with underline red error and cannot use cmd+mouse-click to go to the keyword declaration #108

Closed bwomsm1 closed 1 year ago

bwomsm1 commented 3 years ago

I used to have a great functionality with my PyCharm that with keyboard action of cmd+mouse-click on a keyword I used to "jump" to the keyword declaration. This functionality is not working anymore in PyCharm 2020.3

Environment: Mac OS Big Sur 11.1 PyCharm version - 2020.3 Robot Framework Support plugin version 0.24

bwomsm1 commented 3 years ago
Screen Shot 2020-12-16 at 20 15 02
AmailP commented 3 years ago

Can you please provide a minimal project that reproduces the issue?

bwomsm1 commented 3 years ago

Hi @AmailP, well well well, very weird what I saw.

When I was trying to create a sample project I saw that the functionality does working in the new project, so what I did, I close my original project, and reopened it again in PyCharm, probably some sync was happening during and the problem was not seeing in the original project too after reopening it.

But what I did notice is that the default robot keywords like Log to console is not filled in with auto-complete, do you know why?

Thanks, Boaz

bwomsm1 commented 1 year ago

Problem solved as follow:

  1. Close PyCharm app
  2. Delete from your project folder the .idea files
  3. Relaunch PyCharm