Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Update README.md #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,12 @@ Anytime, try <kbd>ctrl+space</kbd> 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 <kbd>alt+f12</kbd>. Alternatively, you can use the context menu.
Expand Down