Forgot password?
 Register account
View 279|Reply 1

[VSCode]HTML extension config surroundingPairs

[Copy link]

3153

Threads

7906

Posts

610K

Credits

Credits
64096
QQ

Show all posts

hbghlyj Posted 2022-8-11 08:38 |Read mode
在VSCode\resources\app\extensions\html\language-configuration.json中找到
  1. "surroundingPairs":[{"open":"'","close":"'"},{"open":"\"","close":"\""},{"open":"{","close":"}"},{"open":"[","close":"]"},{"open":"(","close":")"},{"open":"<","close":">"}]
Copy the Code
加上{"open":"$","close":"$"}即可:
  1. "surroundingPairs":[{"open":"$","close":"$"},{"open":"'","close":"'"},{"open":"\"","close":"\""},{"open":"{","close":"}"},{"open":"[","close":"]"},{"open":"(","close":")"},{"open":"<","close":">"}]
Copy the Code
每次VSCode更新时都要这样修改一下config. 更新比较频繁, 所以这办法有点麻烦

效果:
之前之后
翻页.gif 翻页.gif

3153

Threads

7906

Posts

610K

Credits

Credits
64096
QQ

Show all posts

 Author| hbghlyj Posted 2022-8-11 08:47
我看到D:\VSCode\resources\app\extensions\latex里面有latex-cpp-embedded-language-configuration.json和markdown-latex-combined-language-configuration.json
所以在cpp中可以embed latex, 在markdown中也可以embed latex.
要是有一个能在html中embed latex的扩展就好了

Mobile version|Discuz Math Forum

2025-6-5 01:11 GMT+8

Powered by Discuz!

× Quick Reply To Top Edit