diff options
author | pommicket <pommicket@gmail.com> | 2022-12-29 13:44:25 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-29 13:44:25 -0500 |
commit | ca6617873e15abce0641c426f56047202e68b457 (patch) | |
tree | 174804dbe556fa5a265e454689c9043ebb3eaac8 /README.md | |
parent | 6e6b407550db47d3f9c85875c0f69444cf640796 (diff) |
hover-enabled option
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |