Releases: njqdev/vscode-python-typehint
Releases · njqdev/vscode-python-typehint
v1.5.1
-
Prevents the extension from being activated for non-Python languages.
-
Fixes type hints being provided for some function definitions ending with typing module hints, i.e. '-> Dict[str, str]:'.
v1.4.0
- Added type hints for bytes
- Changed the default workspace search limit to 10
v1.3.0
- Type hints for the typing module are now provided at the end of the CompletionList by default
- Fixed the first completion item not always being pre-selected
- Refactored for better completion item sorting
v1.2.0
Added:
- Return type hints for the typing module
- Support for non-ASCII class names
Fixed:
- Default parameter values sometimes being provided within type hint items
v1.1.2
- Fixed type hints not being provided for async functions.
v1.1.0
Improved:
- Added a new setting for disabling workspace searching.
- More default hints are provided for the typing module.
- Overall speed improvements.
Fixed:
- Setting the workspace search limit to 0 not working.
v1.0.2
- Fixed type hints being provided for non-parameters.
v1.0.1
Release 1.0.1
- Fix type hints being provided when typing ':' within strings under a function definition.
- Rename static/ to images/