summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-29 13:44:25 -0500
committerpommicket <pommicket@gmail.com>2022-12-29 13:44:25 -0500
commitca6617873e15abce0641c426f56047202e68b457 (patch)
tree174804dbe556fa5a265e454689c9043ebb3eaac8 /README.md
parent6e6b407550db47d3f9c85875c0f69444cf640796 (diff)
hover-enabled option
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index e90467b..b3ab8aa 100644
--- a/README.md
+++ b/README.md
@@ -130,6 +130,8 @@ Press Ctrl+space to autocomplete. If there is only one possible completion from
Otherwise, you'll get a popup showing all possible completions. You can press tab to select a completion (or click on it), and press
Ctrl+space/Ctrl+shift+space to cycle between suggestions.
+Hover over a variable or function and press Shift to see its type and documentation ("hover information").
+
If these features aren't working properly and you don't know why, try running ted in a terminal (non-Windows) or a debugger (Windows)
so you can see the stderr output from the server.