Skip to content

Capitalization of code actions with the same name should be identical #4508

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

Closed
MangoIV opened this issue Feb 28, 2025 · 1 comment · Fixed by #4509
Closed

Capitalization of code actions with the same name should be identical #4508

MangoIV opened this issue Feb 28, 2025 · 1 comment · Fixed by #4509
Labels
level: easy The issue is suited for beginners type: enhancement New feature or request

Comments

@MangoIV
Copy link
Contributor

MangoIV commented Feb 28, 2025

Is your enhancement request related to a problem? Please describe.

Some of the code actions that start with the word {R,r}eplace are capitalized and some not.

Describe the solution you'd like

To make the sorting and fuzzy searching for lsp clients easier, it would be nice if code actions that do similar things are spelled the same way.

Describe alternatives you've considered

this could of course also be solved on the client side

Additional context

I'm using fuzzy searching for code actions and I have stumbled over this.

@fendor fendor added level: easy The issue is suited for beginners and removed status: needs triage labels Feb 28, 2025
dschrempf added a commit to dschrempf/haskell-language-server that referenced this issue Mar 1, 2025
fendor pushed a commit that referenced this issue Mar 1, 2025
@MangoIV
Copy link
Contributor Author

MangoIV commented Mar 1, 2025

Thank you @dschrempf!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level: easy The issue is suited for beginners type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants