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
Currently the function signature LSP method just shows the function signature when you type a (, but it can also highlight and identify where you are in the function signature.
Currently the function signature LSP method just shows the function signature when you type a
(
, but it can also highlight and identify where you are in the function signature.An example of this working in Python: https://basedpyright.com/?typeCheckingMode=all&code=A4JwlgdgLgFAlEA
The
lsp_formatter.tl
likely needs to be updated a bit as well as the function signature method inmisc_handlers.tl
The text was updated successfully, but these errors were encountered: