emacs-lsp / lsp-ui

UI integrations for lsp-mode
https://emacs-lsp.github.io/lsp-ui
GNU General Public License v3.0
1.03k stars 141 forks source link

Code actions in sideline with multiple lines marked #684

Open jpe90 opened 2 years ago

jpe90 commented 2 years ago

When I mark multiple lines and invoke lsp-execute-code-action while using rust-analyzer, I'll get context-sensitive options such as "Extract into function". However, they won't show up in the lsp-ui sideline like normal code actions will. Is there any way to enable them to do so?