You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More specifically I work on a Django project and installed django-types library.
I'm using Astronvim and everything is working fine in general.
If I hover on a class I see 2 signatures:
Now I would like to see the the signature completion for the first signature, but it looks like the second signature is chosen.
Is it possible to switch to the other signature?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm using pyright as lsp server for python,
More specifically I work on a Django project and installed
django-types
library.I'm using Astronvim and everything is working fine in general.
If I hover on a class I see 2 signatures:
Now I would like to see the the signature completion for the first signature, but it looks like the second signature is chosen.
Is it possible to switch to the other signature?
thanks!
Beta Was this translation helpful? Give feedback.
All reactions