PTVS icon indicating copy to clipboard operation
PTVS copied to clipboard

Auto indent for completion of a method is incorrect

Open rchiodo opened this issue 11 months ago • 1 comments

Using the test folder here: https://github.com/microsoft/pylance-release/tree/main/testing/single

Open the completions.py. Complete the method as shown below:

indentation

Expected behavior: It works like VS code does and indents correctly.

Actual behavior: The indentation is incorrect.

rchiodo avatar Mar 25 '24 22:03 rchiodo