mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Use valid nested placeholder snippet example
This commit is contained in:
parent
44cdf15dce
commit
9cad4a5e48
1 changed files with 1 additions and 1 deletions
|
|
@ -883,7 +883,7 @@ With tab stops, you can make the editor cursor move inside a snippet. Use `$1`,
|
|||
|
||||
##### Placeholders
|
||||
|
||||
Placeholders are tab stops with values, like `${1:foo}`. The placeholder text will be inserted and selected such that it can be easily changed. Placeholders can be nested, like `${1:another ${2:placeholder}}`.
|
||||
Placeholders are tab stops with values, like `${1:foo}`. The placeholder text will be inserted and selected such that it can be easily changed. Placeholders can be nested, like `${1:${2:placeholder}}`.
|
||||
|
||||
##### Choice
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue