teal-language-server icon indicating copy to clipboard operation
teal-language-server copied to clipboard

Function Signature highlight as you type

Open FourierTransformer opened this issue 1 year ago • 0 comments

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 in misc_handlers.tl

FourierTransformer avatar Nov 30 '24 03:11 FourierTransformer