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