Closed
Description
Test for #9579:
- Windows - @egamma
- OS X - @joaomoreno
- Linux - @aeschli
There is a new configuration property editor.tabCompletion
which defaults to false
. When set to true
verify that
- pressing the Tab key when the cursor follows a snippet prefix expands the snippet
- reason about the name of this setting (
tabCompletion
) - rationale was that folks know this feature as tab completion - make sure things are live: run the
Preferences: Snippet
to define a new snippet and make sure it works without restart - use prefixes with non-word characters like
c'l
and make sure it works