>  Q&A  >  본문

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

天蓬老师天蓬老师2760일 전835

모든 응답(6)나는 대답할 것이다

  • PHP中文网

    PHP中文网2017-04-18 10:14:53

    이게 바로 코드 -> 코드 포맷:

    회신하다
    0
  • 天蓬老师

    天蓬老师2017-04-18 10:14:53

    option+command+L

    회신하다
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-18 10:14:53

    ...MacWindow에 있는 대부분의 Ctrl에 대해 小菊花로 대체할 수 있습니다.

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

    회신하다
    0
  • 黄舟

    黄舟2017-04-18 10:14:53

    option+command+L, 코드 메뉴에서 Reformat Code를 살펴보세요

    회신하다
    0
  • 迷茫

    迷茫2017-04-18 10:14:53

    저는 이 기능을 자주 사용합니다.
    Windows는 당연히 ctrl + alt + L
    Mac은 command + alt + L
    왜 어떤 사람들은 항상 틀린 답을 말하는 걸까요? 메뉴 진입 시 키

    회신하다
    0
  • 迷茫

    迷茫2017-04-18 10:14:53

    cmd 옵션 l
    建议配合.editorconfig

    http://editorconfig.org

    루트 = 참

    [*]
    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

    회신하다
    0
  • 취소회신하다