This repository has been archived by the owner on Dec 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
AutoUpdate for coc-python/Hover #301
Comments
For first and second issue, it's problem with your MPLS and we can't help. |
Ok, the third one still problem with your MPLS since it doesn't return the range needed for highlight. |
Sry, I can't really understand what you mean? Do you mean Multiprotocol Label Switching? and why is it because of that ? |
The language server is not developed by us. |
But I think it works for other people |
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 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 :
But in python simpler ... I want it be be more advanced . And it's like :
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:
same thing on C++:
I expect coc-python to highlight references like C++ file
The text was updated successfully, but these errors were encountered: