-
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]:'.
- Added a known issue to the readme.
- Added type hints for bytes
- Changed the default workspace search limit to 10
- Type hints for the typing module are now provided at the bottom of the list by default
- Fixed the first type hint not always being pre-selected
- Fixed incorrectly sorted type hints in some cases
- Return type hints for the typing module
- Support for non-ASCII class names
- Default parameter values sometimes being provided within type hint items
- Fixed type hints not being provided for async functions.
- New setting for disabling workspace searching.
- More default hints are provided for the typing module.
- Overall speed.
- Setting the workspace search limit to 0 not working.
- Fixed type hints being provided for non-parameters.
- Fixed type hints sometimes being provided when typing ':' within a string.
- Initial release