I have my common scripts in file called CommonScripts. When I import that file, intellisense stops working. Why? If I comment out the from import line, intellisense works but then of course I cannot run/debug my code until I uncomment it.
from CommonScripts import *
1 post - 1 participant