84669 人学习
152542 人学习
20005 人学习
5487 人学习
7821 人学习
359900 人学习
3350 人学习
180660 人学习
48569 人学习
18603 人学习
40936 人学习
1549 人学习
1183 人学习
32909 人学习
欢迎选择我的课程,让我们一起见证您的进步~~
你说的是这个? Code -> Reformat Code:
option+command+L。
option
command
L
...Mac下大部分Window的Ctrl都可以用小菊花代替。Mac下大部分Window的Ctrl都可以用小菊花代替。
Mac
Window
Ctrl
小菊花
windows 是 Ctrl + Alt + LMac 是 小菊花 + Alt + L
windows
Ctrl + Alt + L
小菊花 + Alt + L
option+command+L,这个直接看code菜单里面的Reformat Code就知道了
我经常用这个功能:windows明明是 ctrl + alt + Lmac是 command + alt + L为什么总有人说错误答案,另外,进入菜单可以看到快捷键方式
cmd选项l建议配合.editorconfig
root = true
[*]charset = utf-8end_of_line = lfindent_size = 2indent_style = spaceinsert_final_newline = truemax_line_length = 80trim_trailing_whitespace = truespaces_around_brackets = 两者spaces_around_operators = true
[*.md]max_line_length = 0trim_trailing_whitespace = falseinsert_final_newline = falsetrim_trailing_whitespace = false
你说的是这个? Code -> Reformat Code:
option
+command
+L
。...
Mac
下大部分Window
的Ctrl
都可以用小菊花
代替。Mac
下大部分Window
的Ctrl
都可以用小菊花
代替。windows
是Ctrl + Alt + L
Mac
是小菊花 + Alt + L
windows
是Ctrl + Alt + L
Mac
是小菊花 + Alt + L
#🎜🎜#option+command+L,这个直接看code菜单里面的Reformat Code就知道了
我经常用这个功能:
windows明明是 ctrl + alt + L
mac是 command + alt + L
为什么总有人说错误答案,另外,进入菜单可以看到快捷键方式
cmd选项l
建议配合.editorconfig
http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true
spaces_around_brackets = 两者
spaces_around_operators = true
[*.md]
max_line_length = 0
trim_trailing_whitespace = false
insert_final_newline = false
trim_trailing_whitespace = false