rust-lang / vscode-rust

Rust extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=rust-lang.rust
Other
1.39k stars 167 forks source link

'Quick Fix' button always displays 'No code actions available' #609

Open akc8012 opened 5 years ago

akc8012 commented 5 years ago

We can use the lightbulb button or Ctrl+. to apply suggestions, like this: Ctrl+Dot

The same behavior should apply when selecting the 'Quick Fix...' button, however, it always displays 'No code actions available': QuickFixButton

Xanewok commented 5 years ago

Seems related to https://github.com/Microsoft/vscode/issues/71579, RLS should set the code action kind accordingly