company-lsp icon indicating copy to clipboard operation
company-lsp copied to clipboard

Don't apply Rust function snippet logic if rust-analyzer is used

Open flodiebold opened this issue 4 years ago • 1 comments

rust-analyzer has better server-side logic, and in fact this fallback logic only applied when it was undesirable (e.g. when importing functions), because that's when RA doesn't return a snippet.

flodiebold avatar Feb 16 '20 11:02 flodiebold

The function company-lsp--rust-completion-snippet is outdated. It was implemented for RLS but now even RLS provides snippets. So I think company-lsp--rust-completion-snippet can be removed from company-lsp.

sebastiencs avatar Apr 29 '20 08:04 sebastiencs