Notable changes:
- Bug fix: Pylance’s reStructuredText docstring rendering does not handle simple reference names like
text_pylance-release#7806 - Bug fix: Pylance crashes 5 times in a row and didn't restart again pylance-release#7785
- Bug fix: externally invisible symbols showing up in completion pylance-release#7781
- Bug fix: go to def on named parameter doesnt work pylance-release#7761
- Bug fix: Magic Python textmate changes broke constants pylance-release#7751
- Enhancement: Is it possible to add a feature that allows Python DocStrings to be displayed in a target language (for example, in Chinese), or to utilize Copliot to automatically generate Chinese-language docstrings? pylance-release#7679
- Bug fix: Bug with dunder methods pylance-release#7660
- Bug fix: Editable packages installed with uv are not resolved pylance-release#7650
- Bug fix: enablePytestSupport for files other than test_*.py pylance-release#7603
- Bug fix: Pylance doesn't color classes' generic types for 3.12 syntax pylance-release#7593
- Bug fix: Extract variable/method ignores multi-selection pylance-release#7611
- Bug fix: Crash in indexing when import roots are not paths pylance-release#7454
- Bug fix: Autocompletion with NoneType instead of None when NoneType is imported, feature of bug? pylance-release#7452
- Bug fix: Pylance fails to suggest dunder methods like getitem pylance-release#7408
- Bug fix: Incorrect Hover Tooltip Precedence for String Literals (TypedDict Key vs. Module Name) pylance-release#7253
- Bug fix: Automatically figure out index depth for namespace package pylance-release#7248
- Bug fix: Feature Request - full list of available code actions pylance-release#7163
- Bug fix: Pylance "add import" sometimes suggests imports from local files that import the object, instead of just the object's definition pylance-release#7140
- Bug fix: How to change my tmp folder? pylance-release#7078
- Bug fix: "Implement all inherited abstract classes" doesn't handle generic base classes properly pylance-release#5752
- Enhancement: Proposal: Use Nearest Configuration File pylance-release#5564
- Bug fix: Pydantic dataclass objects not correctly recognized anymore if dataclass decorator uses () pylance-release#7801
For the full changelog, see CHANGELOG.md