From 09e1b71db57a24d7e4a6287809137bfc27a01719 Mon Sep 17 00:00:00 2001 From: Sam McCall Date: Thu, 2 May 2019 17:02:01 +0200 Subject: [PATCH] Updated Hover ideas (markdown) --- Hover-ideas.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Hover-ideas.md b/Hover-ideas.md index dea0622..871db0f 100644 --- a/Hover-ideas.md +++ b/Hover-ideas.md @@ -4,4 +4,14 @@ Info we may want to include (in API and/or UI): - kind (variable vs function vs ...) - type (actual type, not as-written. questionably useful for functions, what does it even mean for types/templates/...) - definition (e.g. initializer and spelled type for variables. declaration only for functions. Lambda captures/parameters?) -- documentation \ No newline at end of file +- documentation + +Possible layout +*** +SymbolCollector::**initialize**
+member function in namespace `clang::clangd`
+``` +void SymbolCollector::initialize(ASTContext &Ctx) override; +``` +This is where we'd put a documentation comment, if we had one! +*** \ No newline at end of file