news 2026/8/29 23:04:50

03-vscode

作者头像

张小明

前端开发工程师

1.2k 24
文章封面图
03-vscode

workbench.editorAssociations
Workbench: Editor Associations
key: *.md
value: vscode.markdown.preview.editor

插件

  • Typora
  • Partial Diff
  • Excel to Markdown Table
  • Live Preview
  • JSON Tools
  • vscode-json
    压缩 uglify
    转义 escape
    去转义 unescape

settings

  • auto show preview to side
  • auto save

快捷键

file: open recentcmd + e``
duplicate selectioncmd + d``
format cell``
format documentopt + cmd + l``
format selection``
format notebook``
JSON Tools: Minify JSONopt + cmd + j``
go to filecmd + shift + o``
toggle primary side bar visibilityopt + ‘``
focusleft editor groupcmd + jneed remove other
focusright****editor groupcmd + k``
column selection modecmd + shift + lneed removeother
move lineupopt + shift +need remove other
move line downopt+ shift + ↓need remove other
cursorTopSelectcmd + shift +need remove other
cursorBottomSelectcmd + shift + ↓need remove other
go to line/columncmd + l``
add selection to next find matchcarl + g``
openEditorAtIndex1/2/3cmd + 1/2/3``

view

show explorerf1cmd + shift + e
show source controlf2
show extensionsf3
toggle word wrapctrl + z
split editor into right groupcmd + shift + 2

Preferences

descshortcut
open keyboard shortcutscmd + ,need remove other

Markdown

open previewcmd + ctrl + p``
open preview to the sidecmd + p``
Live Preview: show previewcod + p``
show sourcecmd + ctrl + o``
toggle code block````
toggleStrikethroughcmd + escwhen: editorTextFocus && !editorReadonly && editorLangId =~ /^markdown$
``````

不用改的key

fold selectioncmd + k, cmd + ,
unfold selectioncmd + k, cmd + =
版权声明: 本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!
网站建设 2026/8/29 22:59:31

热成像人物检测数据集的工程本质与物理校验指南

简介:热成像人物检测并非传统图像检测任务,其核心是热辐射物理建模与多源环境耦合分析。由于热图灰度值直接对应绝对温度(开尔文),且受光谱响应、大气透射、传感器噪声及人体热惯性等刚性物理约束,常规RGB增…

作者头像 李华
网站建设 2026/8/29 22:55:46

10分钟跑起来:GitHub Trending UI组件库完整上手指南

10分钟跑起来:GitHub Trending UI组件库完整上手指南 【免费下载链接】ui A set of beautifully-designed, accessible components and a code distribution platform. Works with your favorite frameworks. Open Source. Open Code. 项目地址: https://gitcode.…

作者头像 李华
网站建设 2026/8/29 22:54:29

axios CDN 引入:2 个 CDN 怎么选、3 步接好、上线前再补 3 处

axios CDN 引入:2 个 CDN 怎么选、3 步接好、上线前再补 3 处 【免费下载链接】axios Promise based HTTP client for the browser and node.js 项目地址: https://gitcode.com/GitHub_Trending/ax/axios 你的页面没有构建工具、不想装依赖,又想立…

作者头像 李华
网站建设 2026/8/29 22:51:52

TCP三次握手实战:用抓包定位连接超时与半连接队列问题

TCP 三次握手这块内容,基本是每个做网络、做后端、做嵌入式开发的都背过的八股文。但说句实话,能把三次握手真正用来排查线上问题的人,十个里未必有两个。我印象很深的一次线上事故:业务方反馈服务端口时而通、时而不通&#xff0…

作者头像 李华