Visual Studio Code – Vs Code will not autocomplete from a python file or library after appending the path
Suppose I have two python files, funcs.py and current.py and that both of these files are inside the same directory. If I add from funcs import * inside current.py then VS Code will recognize all of the functions that I…