Created Hover ideas (markdown)

Sam McCall 2019-05-02 16:46:40 +02:00
commit 153ac0867e

7
Hover-ideas.md Normal file

@ -0,0 +1,7 @@
Info we may want to include (in API and/or UI):
- name
- scope
- 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