It appears that there are IntelliSense issues working with Python in Visual Studio 2015? I can't find a definitive answer or fix but may just be doing something wrong...
I have seen posts about adding IntelliSense for a module outside of your current project, but I don't even have any intellisense within my python project... Is this normal?
For instance, I have a handful of classes and properties, and other .py files (I guess these would be referred to as modules?) and methods, and anytime I try to reference any of these, I get ""... The application runs fine, things are referenced correctly using the import statements, but it just doesn't work. I've tried Refreshing the DB but still is not working...
If this is a bug or a known issue please let me know so I can stop wasting time on this otherwise if anyone knows how to fix this, please let me know. Let me know if any additional info is needed.
Thanks! Tony