fannheyward / coc-pyright

Pyright extension for coc.nvim
MIT License
1.28k stars 47 forks source link

Improve the signature help readability of the current parameter. #293

Closed Wachamuli closed 3 years ago

Wachamuli commented 3 years ago

On many other language servers, such as jedi, rust-analyzer, tsserver, etc. When we type( triggers the signature help and highlight or underline the parameter that we are currently on. In Pyright this feature is not available.

And yes, I have this in my init.vim:

autocmd User CocJumpPlaceholder call CocActionAsync('showSignatureHelp')

fannheyward commented 3 years ago

Try v1.1.108