122 字
1 分钟
各种备忘录
VS Code
多行行首插入
光标移动到第一行行首,按住SHIFT+ALT,移动鼠标选择多行。
多行行尾插入
选择多列,按住ALT+SHIFT+I。
全局搜索
快捷键CTRL+SHIFT+F。
Markdown
Admonitions
:::note[MY CUSTOM TITLE (optional)]Highlights information that users should take into account, even when skimming.:::
:::tipOptional information to help a user be more successful.:::
:::importantCrucial information necessary for users to succeed.:::
:::warningCritical content demanding immediate user attention due to potential risks.:::
:::cautionNegative potential consequences of an action.:::Spoiler
Add spoilers to text. The text also supports Markdown syntax.
The content
The content :spoiler[is hidden **ayyy**]!部分信息可能已经过时