PTVS icon indicating copy to clipboard operation
PTVS copied to clipboard

Evaluates all the expressions in interactive windows ignore the Completion Mode setting.

Open linette-zyy opened this issue 3 years ago • 0 comments

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

  1. Go to Tools -> Options ->Python -> Interactive Windows
  2. Set Completion Mode to "never evaluate expressions"
  3. Input some code like below image

Expected behavior I typed '.' after x: Ii should not print the message.

Actual result Whenever which setting I choose, the messages are printed. image

linette-zyy avatar Oct 19 '21 06:10 linette-zyy