如题, 我使用 eglot+rust-analyzer+rustic-mode.
在一个 struct 旁边的确显示了 10 implementations, 但有没有办法打开一个 buffer, 列出所有这 10 个 implementations? 我试了eglot-find-implementation, 报错:eglot--current-server-or-lose: jsonrpc-error: "No current JSON-RPC connection", (jsonrpc-error-code . 32603), (jsonrpc-error-message . "No current JSON-RPC connection")
我想问, 我这是不是异常情况? 正常情况 eglot-find-implementation 应该可以 work? 还是我的方式不对, 应该用别的方式? 还是没有办法找到所有 implemenations?