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
Just as a FYI in case it's not a common knowledge: coc.pyright implements a bunch of extra features on top of pyright, including semantic highlighting and inlay hints. Haven't tried it myself.
After brief look I think we could (if someone has a a need, will and time) take some of that code and support those features here by building pyright ourselves with those features added as patches.
The text was updated successfully, but these errors were encountered:
Just as a FYI in case it's not a common knowledge: coc.pyright implements a bunch of extra features on top of pyright, including semantic highlighting and inlay hints. Haven't tried it myself.
https://github.com/fannheyward/coc-pyright
After brief look I think we could (if someone has a a need, will and time) take some of that code and support those features here by building pyright ourselves with those features added as patches.
The text was updated successfully, but these errors were encountered: