From 153ac0867e24a160899e82dc517865de1dd5544f Mon Sep 17 00:00:00 2001 From: Sam McCall Date: Thu, 2 May 2019 16:46:40 +0200 Subject: [PATCH] Created Hover ideas (markdown) --- Hover-ideas.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Hover-ideas.md 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