0

I installed ms-python.python. Normally I use Atom and I switch to VS Code for trying.

I have 2 questions :

  • I set linter to flake8 : Is it possible to verify in real time like Atom the python syntax or only possible when I save the file ?

  • Also, Atom show the content of vars : vars in Atom. There is a way to do the same thing on Visual Studio Code ? vars in VSC

1 Answers1

0
  1. Linting on change is not implemented, but there is a feature request for it
  2. I have no issues seeing attributes, but I'm running on the development build of the extension so whatever issue you're running into may not be publicly released quite yet

intellisense

Brett Cannon
  • 14,438
  • 3
  • 45
  • 40