( &self, _req: lsp_types::CallHierarchyPrepareParams, )
| 497 | } |
| 498 | |
| 499 | fn call_hierarchy_prepare( |
| 500 | &self, |
| 501 | _req: lsp_types::CallHierarchyPrepareParams, |
| 502 | ) -> Result<Option<Vec<lsp_types::CallHierarchyItem>>, ErrorCode> { |
| 503 | Err(ErrorCode::MethodNotFound) |
| 504 | } |
| 505 | |
| 506 | fn code_action_request( |
| 507 | &self, |