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

[request] source.fixLine.ts #214

Open
vdegenne opened this issue Dec 16, 2024 · 1 comment
Open

[request] source.fixLine.ts #214

vdegenne opened this issue Dec 16, 2024 · 1 comment

Comments

@vdegenne
Copy link

Sorry I'm new to Lsp stuff, I hope i'm in the right place.

Would it be possible to have source.fixLine.ts to fix the current line the cursor is on?

@yioneko
Copy link
Owner

yioneko commented Dec 30, 2024

There is no code action kind source.fixLine defined in standard LSP so I think this might be better firstly accpeted in LSP so that all the language servers could agree on the semantics for this.

In fact, I think your request could be better achieved by a general code action "fix all problems for selected region" but I would prefer this firstly implemented in vscode and we could just inherit its implementation here.

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

No branches or pull requests

2 participants