neoclide / coc-python

Python extension for coc.nvim, fork of vscode-python
573 stars 51 forks source link

AutoUpdate for coc-python/Hover #301

Open ItsNilDev opened 3 years ago

ItsNilDev commented 3 years ago

Hi, my issue is very simple. I work on another project which is C++ ( clangd ), it has auto update like I do not need to save the file to find the errors. But in coc-python I have to save the file to find the error or problems. this was issue one , and the second one is also simple. In my C++ project the hover is like : TOSEND But in python simpler ... I want it be be more advanced . And it's like : MUSTSEND2 Also I have to save to file to get the hover in python and that's a bit annoying


In python, coc also doesn't highlight the references like this: 01 same thing on C++: 02 I expect coc-python to highlight references like C++ file

chemzqm commented 3 years ago

For first and second issue, it's problem with your MPLS and we can't help. For third one, I can't understand what do you mean.

chemzqm commented 3 years ago

Ok, the third one still problem with your MPLS since it doesn't return the range needed for highlight.

ItsNilDev commented 3 years ago

Sry, I can't really understand what you mean? Do you mean Multiprotocol Label Switching? and why is it because of that ? And why you can't help?

chemzqm commented 3 years ago

The language server is not developed by us.

ItsNilDev commented 3 years ago

But I think it works for other people

ItsNilDev commented 3 years ago

It's related to your program, because it's hasn't something to do with the server, it's about highlightings which can be edited from terminal I think