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

Add (additional) LSP commands to Command Palette #4638

Open
1 task done
Cupnfish opened this issue Jul 7, 2023 · 1 comment
Open
1 task done

Add (additional) LSP commands to Command Palette #4638

Cupnfish opened this issue Jul 7, 2023 · 1 comment
Labels
enhancement [core label] language server An umbrella label for all language servers

Comments

@Cupnfish
Copy link
Contributor

Cupnfish commented Jul 7, 2023

Check for existing issues

  • Completed

Describe the feature

While using the Zed Editor, I noticed that it does not support some additional LSP (Language Server Protocol) commands such as macro expansion and workspace refresh. These commands can improve the functionality and user experience of the editor.

I would like to request the addition of these additional LSP commands to the command input panel of the Zed Editor for easy access by users. I have searched for related issues, but have not found any similar requests. If someone finds a similar issue, please close this issue.

Proposed implementation:

  1. Add the additional LSP commands to the Zed Editor's command input panel based on cmd + p for easy access by users.

  2. Support common LSP commands such as macro expansion, workspace refresh, etc.

  3. Ensure that the added functionality is compatible with the existing functionality of the Zed Editor and does not affect the performance of the editor.

Thank you for your consideration.

If applicable, add mockups / screenshots to help present your vision of the feature

image
@JosephTLyons JosephTLyons added language server An umbrella label for all language servers and removed triage labels Jul 9, 2023
@iamnbutler iamnbutler changed the title Request to add additional LSP commands to Zed Editor's command input panel Add (additional) LSP actions to Command Palette Jul 19, 2023
@iamnbutler iamnbutler changed the title Add (additional) LSP actions to Command Palette Add (additional) LSP commands to Command Palette Jul 19, 2023
@JosephTLyons
Copy link
Collaborator

Rust macro expansion is available in v0.117.0-pre, as of today.

@JosephTLyons JosephTLyons transferred this issue from zed-industries/community Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement [core label] language server An umbrella label for all language servers
Projects
None yet
Development

No branches or pull requests

2 participants