If I have an imported resource file, I'm not getting code completion hints when using the resource.keyword notation, e.g.
*** Settings ***
Library Collections
Resource my_resource.resource
*** Keywords ***
my_resource.my_keyword
${myList} create list
Collections.log list ${myList}
In the above, I'm not getting code completion when entering my_resource, or when entering Collections into the pycharm IDE.