VisualStudio icon indicating copy to clipboard operation
VisualStudio copied to clipboard

Auto complete delete prior function names etc.

Open axelande opened this issue 4 years ago • 0 comments

Versions

  • Visual Studio version: 2022.17.0.5

What happened

While writing Python code, I think it is really frustrating that Visual Studio 2022 removes everything when doing Autocomplete.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Create an empty Python file
  2. type demo_number = 10
  3. type range(demo
  4. Now you will get the option to autocomplete to demo_number, when you tries to do this range(demo) gets replaced by demo_number

Expected behavior

I would like to autocomplete to range(demo_number)

Screenshots

(https://i.stack.imgur.com/ec3Fj.png)

axelande avatar Jan 18 '22 19:01 axelande