Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
スニペットで変数を複数回使用する必要がある場合があります。たとえば、キーと値のリストを設定する必要がある場合:
${1}_key: ${1}_value
${1}この場合、スニップメイトをトリガーすると、カーソルが最初に停止できることを願っています。foo最初のようなものを入力する${1}と、
${1}
foo
foo_key: foo_value
したがって、foo一度だけ入力する必要があります。どうすればこれを達成できますか?
それは簡単です:
${1:}_key: $1_value