PTVS
PTVS copied to clipboard
Evaluates all the expressions in interactive windows ignore the Completion Mode setting.
Environment Build of Visual Studio: 17.1.0 Preview 1.0 [31818.287.main] Build of Python Package: 17.0.21274.2 OS version: Windows 10 Enterprise 20H2
Steps to Reproduce
- Go to Tools -> Options ->Python -> Interactive Windows
- Set Completion Mode to "never evaluate expressions"
- Input some code like below
Expected behavior I typed '.' after x: Ii should not print the message.
Actual result
Whenever which setting I choose, the messages are printed.