rust-lang/vscode-rust

rls server not showing the symbols after finished compiling

jkryanchou opened this issue · 3 comments

While I have installed vscode-rust extension to set the rls server. It doesn't work well. You could refer the Snapshot below
image

@jkryanchou you filed a duplicate of #453 after posting there

Outline works in https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer, you can try that instead.

@lnicola Got it. I disable vscode-rust and enable rust-analyzer.

Why does rls not support generating the rust symbols infos?