AmailP / robot-plugin

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

Imported Python method not recognizable when class name used #89

Open Marti5pl opened 4 years ago

Marti5pl commented 4 years ago

Example: Library LibName.py (...) Test no 1 ${var1} LibName.generate_var1 (...)

Robot plugin doesn't recognize method generate_var1 and is not able to jump to source code.