HyperRobotFrameworkPlugin icon indicating copy to clipboard operation
HyperRobotFrameworkPlugin copied to clipboard

No auto-complete for methods with AS alias

Open serch405 opened this issue 1 year ago • 1 comments

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?

serch405 avatar Oct 04 '24 09:10 serch405

I did not reproduce this issue:

image

can you please provide a minimal project to reproduce your issue?

jnhyperion avatar Oct 08 '24 02:10 jnhyperion