I have completed some work on calltips where local import aliases get recognized which I will upload later today.
Dan, should I add this to the Autocomplete too? It does the following:
import os as osalias
'osalias.' will then trigger the same code as 'os.'
Log in to post a comment.
I have completed some work on calltips where local import aliases get recognized which I will upload later today.
Dan, should I add this to the Autocomplete too? It does the following:
import os as osalias
'osalias.' will then trigger the same code as 'os.'