This repository was archived by the owner on Nov 30, 2023. It is now read-only.
Pylance #27
Answered
by
askfiy
mauricekraus
asked this question in
Q&A
Pylance
#27
|
Hey @askfiy , i saw that you tried to implement pylance, why did you remove it? It would be awesome to use the much more powerful pylance instead of pyright. I tried to search online, but i did not find anybody using it in neovim, which prob means it doesn't work. |
Answered by
askfiy
Feb 17, 2023
Replies: 1 comment 4 replies
|
pylance It can be used in nvim. But it needs to modify some code of pylance. I think this is inconvenient for most people, so this project still uses pyright by default. But I will still use pylance privately. If you are willing to study it, you can try to modify the code of pylance. Although it is encrypted, the way is very simple. |
4 replies
Answer selected by
mauricekraus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pylance It can be used in nvim. But it needs to modify some code of pylance. I think this is inconvenient for most people, so this project still uses pyright by default. But I will still use pylance privately. If you are willing to study it, you can try to modify the code of pylance. Although it is encrypted, the way is very simple.