coc-pyright: coc-python signatureHelp stops working
I’ve configured coc-pyright
with:
call coc#config('pyright', {
\ 'disableLanguageServices': v:true
\ })
Because I’m trying to use it with coc-python, but now I don’t get signatureHelp from either place.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 17 (15 by maintainers)
@jonatasleon @ECon87 sorry for the delay, added https://github.com/fannheyward/coc-pyright/commit/4598c854817d74ae19b8169c4a349cb2d9ea96f9
@fannheyward wouldn’t be better if add the workflow reported in https://github.com/fannheyward/coc-pyright/issues/67#issuecomment-670292342 in README.md?