mirror of
https://github.com/clangd/clangd.git
synced 2025-04-16 05:42:15 +00:00
Updated Hover ideas (markdown)
parent
7921067b6e
commit
09e1b71db5
@ -5,3 +5,13 @@ Info we may want to include (in API and/or UI):
|
||||
- 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
|
||||
|
||||
Possible layout
|
||||
***
|
||||
SymbolCollector::**initialize**<br>
|
||||
member function in namespace `clang::clangd`<br>
|
||||
```
|
||||
void SymbolCollector::initialize(ASTContext &Ctx) override;
|
||||
```
|
||||
This is where we'd put a documentation comment, if we had one!
|
||||
***
|
Loading…
Reference in New Issue
Block a user