Skip to content
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

Implement support for workspace/symbol #564

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

niilohlin
Copy link

@niilohlin niilohlin commented Jun 1, 2024

solves #237 and #115 with inspiration from #511

@niilohlin niilohlin force-pushed the workspace-symbols branch from c6740a5 to 0c5fb28 Compare June 2, 2024 14:39
@niilohlin niilohlin changed the title Implement workspace/symbol Implement support for workspace/symbol Jun 6, 2024
@niilohlin niilohlin marked this pull request as ready for review June 6, 2024 19:58
@feakuru
Copy link

feakuru commented Jun 7, 2024

you beat me to this and i could never make this so beautiful :D thanks for doing this!

@ibrokemypie
Copy link

What needs to be done for this to be merged?

@eyalk5
Copy link

eyalk5 commented Apr 6, 2025

Hi, it didn't work for me.
The good thing is that doing git merge is really easy.
I am not going to invest a lot debugging it.
can you write the exact configuration? I saw that it is enabled by default.

[DEBUG][2025-04-06 03:55:40] ...m/lsp/client.lua:678	"LSP[pylsp]"	"client.request"	1	"workspace/symbol"	{  query = ""}	<function 1>	5
[DEBUG][2025-04-06 03:55:40] .../vim/lsp/rpc.lua:286	"rpc.send"	{  id = 2,  jsonrpc = "2.0",  method = "workspace/symbol",  params = {    query = ""  }}
[DEBUG][2025-04-06 03:55:40] ...m/lsp/client.lua:678	"LSP[pyright]"	"client.request"	2	"workspace/symbol"	{  query = ""}	<function 1>	5
[DEBUG][2025-04-06 03:55:40] .../vim/lsp/rpc.lua:286	"rpc.send"	{  id = 2,  jsonrpc = "2.0",  method = "workspace/symbol",  params = {    query = ""  }}
[DEBUG][2025-04-06 03:55:40] .../vim/lsp/rpc.lua:408	"rpc.receive"	{  id = 2,  jsonrpc = "2.0",  result = {}}
[DEBUG][2025-04-06 03:55:40] .../vim/lsp/rpc.lua:408	"rpc.receive"	{  id = 2,  jsonrpc = "2.0",  result = {}}
``

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants