Enable DocumentSymbol (#170)

This commit is contained in:
ykiko
2025-08-06 12:38:25 +08:00
committed by GitHub
parent a4b83eb1dc
commit 19cb98d02c
10 changed files with 184 additions and 27 deletions

View File

@@ -109,6 +109,8 @@ private:
async::Task<json::Value> on_hover(proto::HoverParams params);
async::Task<json::Value> on_document_symbol(proto::DocumentSymbolParams params);
async::Task<json::Value> on_document_link(proto::DocumentLinkParams params);
async::Task<json::Value> on_folding_range(proto::FoldingRangeParams params);