epics-extensions / vscode-epics

VS Code colorization for EPICS database, templates and substitution files
MIT License
14 stars 6 forks source link

use selector for choices #44

Closed vnadot closed 3 years ago

vnadot commented 3 years ago

https://code.visualstudio.com/docs/editor/userdefinedsnippets Choice Placeholders can have choices as values. The syntax is a comma-separated enumeration of values, enclosed with the pipe-character, for example ${1|one,two,three|}. When the snippet is inserted and the placeholder selected, choices will prompt the user to pick one of the values.