-
-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a way to refresh the items #2263
Comments
Thanks for the info. I've gotten to the point where M-x But for
|
Ah, sorry about that, forgot to check whether pyls supports that method:
This will install javascript language server and then import https://github.com/emacs-lsp/lsp-docker/tree/master/demo-projects/Javascript/myapp project . |
Thanks for the example. I was finally able to get it to work. An issue I found was that But I came up with an example of how Ivy should be used in async (and not via
Let me know if that's enough for |
It may set `ivy--all-candidates' to 0. Set `ivy--old-re' to nil, so we get highlighting with `ivy--highlight-default'. Re #2263
many thanks for your PR over at emacs-lsp/lsp-ivy! As far as I can tell, the new implementation works very well. That way, |
Great.
Ivy has an API for transforming a candidate to a user-readable string. It's
Let me know if this fits your use case. |
actually yes, I think that's just what I was looking for. Thanks for the pointer! I had had a brief look at ivy's source code but what threw me off was
|
@sebastiansturm Thanks, looks even simpler than my PR. You can also remove |
ah yes, thanks :) |
Can this issue be closed? |
Closing this as solved. |
It may set `ivy--all-candidates' to 0. Set `ivy--old-re' to nil, so we get highlighting with `ivy--highlight-default'. Re abo-abo#2263
This is follow up from emacs-lsp/lsp-mode#1010
The easiest way to reproduce the issue is by using https://github.com/emacs-lsp/lsp-docker using the vanilla recipe - https://github.com/emacs-lsp/lsp-docker#vanilla (lsp-ivy has to be installed separately).
git clone https://github.com/emacs-lsp/lsp-docker cd lsp-docker xhost local:root sh start-emacs-vanilla.sh
This will download relativelly big docker image (3bg+) containing Emacs27 and several language servers preinstalled + demo projects mounted in
/Projects/
.Alternatively, you may install the pyls server
... and then go to python file and do
M-x lsp
and select the proper project root or current directory.The text was updated successfully, but these errors were encountered: