HyperRobotFrameworkPlugin
HyperRobotFrameworkPlugin copied to clipboard
No auto-complete for methods with AS alias
I’m experiencing issues with method auto-completion, when a library is imported using an alias via the AS keyword, the plugin does not auto-suggest the methods from that library. The same issue also occurs when methods are specified using the @keyword decorator.
Although the code is not highlighted as incorrect, and CTRL + Click works as expected for navigation, the plugin does not provide auto-completion for methods.
Library steps_definition/api/collab_server/CSCommonSteps.py AS CSCommonSteps
CSCommonSteps.Test Method
In this case, CSCommonSteps.Test Method is not auto-suggested, requiring the method name to be written manually. The same issue persists if Test Method is defined with a @keyword decorator.
Is it possible to add auto-completion support for methods when libraries are imported using the AS alias?
I did not reproduce this issue:
can you please provide a minimal project to reproduce your issue?