mac下的idea如何格式化代码?

发布于 2022-09-04 01:14:41 字数 62 浏览 9 评论 0

mac下的idea如何格式化代码?
mac下的idea如何格式化代码?mac下的idea如何格式化代码?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(7

晚雾 2022-09-11 01:14:41

你说的是这个? Code -> Reformat Code:
clipboard.png

若有似无的小暗淡 2022-09-11 01:14:41

option+command+L

挥剑断情 2022-09-11 01:14:41

...Mac下大部分WindowCtrl都可以用小菊花代替。

windowsCtrl + Alt + L
Mac小菊花 + Alt + L

尘曦 2022-09-11 01:14:41

option+command+L,这个直接看code菜单里面的Reformat Code就知道了

本王不退位尔等都是臣 2022-09-11 01:14:41

我经常用这个功能:
windows明明是 ctrl + alt + L
mac是 command + alt + L
为什么总有人说错误答案,另外,进入菜单可以看到快捷键方式

如梦亦如幻 2022-09-11 01:14:41

cmd option 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 = both
spaces_around_operators = true

[*.md]
max_line_length = 0
trim_trailing_whitespace = false
insert_final_newline = false
trim_trailing_whitespace = false

梦境 2022-09-11 01:14:41

option+command+shift+l

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文