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. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.