Alias types #2025
Closed
AndreasMatthias
started this conversation in
General
Alias types
#2025
Replies: 1 comment 1 reply
-
There is a setting you can use: |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
The tooltip for function
func()
looks like this:I.e. argument
x
has typeFoo
. Although the---@param
annotation explicitely says that it has typeBar
.Wouldn't it be more sensible to display it like this?
Beta Was this translation helpful? Give feedback.
All reactions