Skip to content
Discussion options

You must be logged in to vote

this seems to be a temporary regsession in rust-analyzer. The problem does occur with stable RA versions (1.66-1.70) but not when building from source (and presumably not with nightly). Note that RA made some changes to the way code actions work so you now get different sets of code actions depending on whether you place the cursor on the struct name, field name or field type.

Furthermore, RA hs introduced an LSP extension to group certain code actions together (getter/setters in this case). Helix doesn't support unofficial LSP extensions. That shouldn't be an issue because RA should just send the code actions anyway just without the group property but instead the corresponding code actio…

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by inahga
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug
2 participants
Converted from issue

This discussion was converted from issue #7612 on July 12, 2023 23:14.