For example, when one types
import string
and then uses string., the code completion does work. However, in case like
import string as st
the code completion using st. does not work. Is there an easy way to fix this?
Regards,
Primoz
Log in to post a comment.