Skip to content
#

snippets

Here are 384 public repositories matching this topic...

snipsnap
lnikell
lnikell commented Jul 29, 2021

Add an option to set default values to the prompts.
Just add an extra field below the variable name input
image

Default values for prompts will be used two ways:

  • When we execute the template from VS Code Extension we need to add to the message also information about default value and in
Gisto

Gisto is a Cross-platform snippets management desktop application that allows you and/or your team share code snippets fast and easily. Based on GitHub Gists Infrastructure which means you can use all your existing snippets by connecting your GitHub account! Gisto started as an attempt to fulfill the lack of a syntax highlighted and cloud synchronized code snippet solution. You may thing of Gisto as Evernote for code.

  • Updated May 26, 2022
  • JavaScript
clPointer
clPointer commented Nov 18, 2020

举个例子,我想用codeexpander写latex,
我创建了片段
lf,对应着行内公式: $\displaystyle (光标1) $ (光标2)
sb,对应着上标: ^{(光标1)} (光标2)
单独使用没什么问题,按下跳转指令键就能从光标1到光标2
但是两者嵌套使用就出现问题了,在lf中的光标1处输入sb,替换之后光标直接跳转到lf的末尾,

help wanted good first issue

Improve this page

Add a description, image, and links to the snippets topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the snippets topic, visit your repo's landing page and select "manage topics."

Learn more