Skip to content
yihong0618's Blog
Go back

工具小技巧

Updated:

Originally published as GitHub issue #36.

vscode

代码块折叠

mac下,command + k + 0,折叠所有代码块。command + k + j,展开所有代码块。 windows下,ctrl + k + 0,折叠所有代码块。ctrl + k + j,展开所有代码块。

每一行都添加

Press CTRL + A to select all of the text Press SHIFT + ALT + I to insert multiple cursors at the end of each line Press Home twice to jump to the start of every line

Comments

yihong0618

View comment · 2019-10-24T00:54:43Z

shift + insert 把剪贴板的复制到vim

yihong0618

View comment · 2019-11-17T14:01:59Z

vscode 代理 https://my.oschina.net/xinxingegeya/blog/1931460

yihong0618

View comment · 2020-01-17T00:43:53Z

vscode 各种快捷键 https://github.com/qq449245884/xiaozhi/issues/183



Previous Post
遇到棘手问题前,别慌!先google, 再仔细看
Next Post
又是新的一天,一动没动写了4个小时代码