Greetings to all. I installed PTSV on Visual Studio, I thought humanly to gossip on python, but there is one problem - there is no error highlighting. In essence, without it, the IDE becomes useless.
Example:
Class1.py
class A(object): def One(self): print "Class A" class B(object): def Two(self): print "Class B" Class2.py
import Class1 smp = A(); smp.ABRAKADABRA() //Тут VS говорит, что мол ничего страшного нет и не подсвечивает. Already almost all the settings clambered and did not find anything close. Maybe someone knows how to shine mistakes or maybe this does not exist at all.