probe lsp status
probe lsp index --workspace .
probe lsp index-status
probe extract src/main.rs#main --lspprobe lsp start -f
probe lsp restart
probe lsp shutdown
probe lsp ping
probe lsp languagesprobe lsp logs -n 200
probe lsp logs --follow
probe lsp logs --analyze -n 50000 --top 50
probe lsp doctor
probe lsp crash-logsprobe lsp call definition src/main.rs#main
probe lsp call references src/main.rs:42:10
probe lsp call hover src/main.rs#main
probe lsp call document-symbols src/main.rs
probe lsp call workspace-symbols main
probe lsp call call-hierarchy src/main.rs#main
probe lsp call implementations src/main.rs#SomeTrait
probe lsp call type-definition src/main.rs:42:10
probe lsp call fqn src/main.rs#mainprobe lsp index --workspace .
probe lsp index --workspace . --recursive
probe lsp index --workspace . --wait
probe lsp index-stop
probe lsp index-config --help
probe lsp index-export --helpprobe lsp --help
probe lsp call --help
probe lsp index --help
probe lsp logs --help