I'm using VS Code 1.98.0 and the Python package (ms-python.python)
version 2025.2.0
.
I would like to have auto-closing pairs for triple quotes (for docstrings) without using Pylance.
When Pylance is enabled, typing """
automatically writes """"""
with the cursor in the middle, but when Pylance is disabled or uninstalled, typing three quotes does nothing much. Is it possible to force the six-quotes behaviour without using Pylance? Should I file a feature request to update VS Code Python's language-configuration.json
to include triple quotes in the auto-closing pairs?