From 497501bc91ec38f34fde4b3129820b70ddb2a03c Mon Sep 17 00:00:00 2001 From: Andrew Truex Date: Tue, 23 Oct 2018 07:33:11 -0400 Subject: [PATCH] Update README.md Add Tab completion to Intellisense --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 860cacc..2157771 100644 --- a/README.md +++ b/README.md @@ -670,6 +670,12 @@ Anytime, try ctrl+space to trigger the Suggestions widget. You can view available methods, parameter hints, short documentation, etc. +## Tab completion + +Editor Tab completion can now complete all kind of suggestions. After setting "editor.tabCompletion": "on", pressing Tab will complete any prefix, not just snippets. Also, pressing Tab will insert the next suggestion and ⇧Tab will insert the previous suggestion. + +![tab completion](https://code.visualstudio.com/assets/updates/1_28/tabcompletion.gif) + ## Peek Select a symbol then type alt+f12. Alternatively, you can use the context menu.