commit 153ac0867e24a160899e82dc517865de1dd5544f Author: Sam McCall Date: Thu May 2 16:46:40 2019 +0200 Created Hover ideas (markdown) diff --git a/Hover-ideas.md b/Hover-ideas.md new file mode 100644 index 0000000..dea0622 --- /dev/null +++ b/Hover-ideas.md @@ -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 \ No newline at end of file