Python inlay hints are missing from code actions popup (ex: "Add return type annotation") #42277
skewty
started this conversation in
Language Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
basedpyright will show typing inlays if enabled.
It is often desirable for the inlayed text to become part of the code.
I propose adding the inlay text into the code become part of the code actions popup menu.
Examples:
Double clicking on the annotation should optionally insert them into the code as in VSCode.
-> stris inlayed by basedpyright; I expect to see "Add return type annotation" in menu.Beta Was this translation helpful? Give feedback.
All reactions