Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

[Rust Analyzer] Assists (Code Actions) not showing up #170

Open
GrayJack opened this issue May 12, 2020 · 7 comments
Open

[Rust Analyzer] Assists (Code Actions) not showing up #170

GrayJack opened this issue May 12, 2020 · 7 comments

Comments

@GrayJack
Copy link

Rust analyzer have a bunch of Code Actions, before the 0.22.0-beta releases, when using the rust-analyzer the Code Actions suggestions showed up, but never worked and after 0.22.0-beta releases the suggestions never show up.

The not working part are probably a problem in atom-languageclient, but I'm not sure.

@GrayJack
Copy link
Author

Looks like code fixes fail to suggest, not sure if is the same problem as Assists not showing up

@alexheretic
Copy link
Member

atom-languageclient needs some work to support the latest LSP spec that rust-analyzer tends to use. I've added support for some of the more standard actions in #173.

More work is needed to supporting the non-standard rust-analyzer actions but we're a step closer.

@slightknack
Copy link

slightknack commented Jun 19, 2021

After updating to the 1.0.0 release, code fixes fail to suggest for me. Just letting y'all know 😄 (Oh, and tooltips won't show up for standard library items)

@aminya
Copy link
Contributor

aminya commented Jun 19, 2021

@slightknack Are you using atom-ide-base or atom-ide-ui?

(Oh, and tooltips won't show up for standard library items)

I can't reproduce this. See the screenshot in the readme

@slightknack
Copy link

slightknack commented Jun 19, 2021 via email

@aminya
Copy link
Contributor

aminya commented Jun 19, 2021

atom-ide-base. I have atom-ide-ui installed, but it's disabled. Let me know if you need any other diagnostic/system info. Thanks!

Does it work if you temporarily enable atom-ide-ui?

@slightknack
Copy link

slightknack commented Jun 19, 2021 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants