假设存在以下代码。
sample text
Run Code Online (Sandbox Code Playgroud)
当用户双击text,然后按{或 时(,它只会在保留文本的同时换行。
sample {text}
sample (text)
Run Code Online (Sandbox Code Playgroud)
但我不知道如何在 VS Code 设置中应用此规则$。我期望的是
sample $text$
Run Code Online (Sandbox Code Playgroud)
VS Code 中的哪个设置与此功能相关?