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

[Improvement]: Can we prioratize ballerina lang code actions over github copilot code actions? #41497

Closed
lochana-chathura opened this issue Oct 10, 2023 · 2 comments
Assignees
Labels
Area/CodeAction Language Server Code Actions Reason/Other None of the other reasons. Team/LanguageServer Language Server Implementation related issues. #Compiler Type/Improvement

Comments

@lochana-chathura
Copy link
Member

lochana-chathura commented Oct 10, 2023

Description

$subject.

It is really annoying that github copilot code actions come first. Always has to go down in the action list to pick the right action. The affects the developer experience when coding with ballerina with copilot on.

Screenshot 2023-10-10 at 10 08 35
@lochana-chathura lochana-chathura added Type/Improvement Team/LanguageServer Language Server Implementation related issues. #Compiler Area/CodeAction Language Server Code Actions labels Oct 10, 2023
@nadeeshaan
Copy link
Contributor

Please refer.
microsoft/vscode#152845

This cannot/ should not be handled by the Language Server, since it does not relate to the language semantics. This is something we should handle from the plugin itself, which is also an existing concern in the current VSCode editor releases.

@mindula
Copy link
Contributor

mindula commented Feb 1, 2024

This has been fixed now.
Screenshot 2024-02-01 at 12 09 45

@mindula mindula closed this as completed Feb 1, 2024
@mindula mindula added the Reason/Other None of the other reasons. label Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/CodeAction Language Server Code Actions Reason/Other None of the other reasons. Team/LanguageServer Language Server Implementation related issues. #Compiler Type/Improvement
Projects
None yet
Development

No branches or pull requests

5 participants