PTVS
PTVS copied to clipboard
Completions with snippets aren't supported in Visual studio
Describe the bug [A clear and concise description of the bug]
Steps to Reproduce
- Open https://github.com/microsoft/pylance-release/tree/main/testing/single
- Open completions.py
- Bring up the last completion for the BuiltinMethod
Expected behavior
class BuiltInMethod:
def __init__(self) -> None:
pass
Actual Behavior
class BuiltInMethod:
def __init__(self) -> None:
${0:pass}