Skip to content

Releases: njqdev/vscode-python-typehint

v1.5.1

12 Dec 17:50
9fb2037
Compare
Choose a tag to compare
  • 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

18 Oct 16:01
Compare
Choose a tag to compare
  • Added type hints for bytes
  • Changed the default workspace search limit to 10

v1.3.0

22 Aug 16:17
Compare
Choose a tag to compare
  • 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

05 May 20:42
Compare
Choose a tag to compare

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

23 Apr 10:51
Compare
Choose a tag to compare
  • Fixed type hints not being provided for async functions.

v1.1.0

19 Apr 17:19
Compare
Choose a tag to compare

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

16 Apr 20:38
Compare
Choose a tag to compare
  • Fixed type hints being provided for non-parameters.

v1.0.1

13 Apr 15:44
Compare
Choose a tag to compare
Release 1.0.1

- Fix type hints being provided when typing ':' within strings under a function definition.
- Rename static/ to images/

v1.0.0

08 Apr 18:45
Compare
Choose a tag to compare

Initial Release