PTVS
PTVS copied to clipboard
Auto indent for completion of a method is incorrect
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:
Expected behavior: It works like VS code does and indents correctly.
Actual behavior: The indentation is incorrect.