工具小技巧
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