• Home
  • About
    • Mayaul photo

      Mayaul

      hello woooooorld.

    • Learn More
    • Facebook
    • LinkedIn
    • Github
  • Posts
    • All Posts
    • All Tags
  • Projects

Intellij 2020.1 에 들어간 신규 기능

16 Mar 2020

Reading time ~1 minute

In-editor Javadocs rendering

  • editor 에서 java doc 을 볼 때 태그들을 삭제하고 보여준다.
    • 무조건 삭제를 하는것이 아닌, 태그에 적절한 모양으로 바꿔준다.
    • 이렇게 바뀌면서, javadoc 주석의 폰트 크기가 줄어든 것 같다. 하지만, 폰트 크기도 키울 수 있는 기능이 있기 때문에.. 필요시에는 크게 보는 걸로

gutter_doc_rendering adjust_font_size

Commit tool window & Commit dialog

  • Local change window 가 별도로 분리를 할 수 있다.
  • 그러면서 더 넓은창으로 수정내역과 미리 commit message 를 넣어놓을 수 있다.

Code Vision

  • Class 에서 구현체와 사용처를 쉽게 알 수 있다. code_vision_settings code_vision_usages

Database 실행내역이 inline 으로 출력

  • Intellij 에 내장된 database tool 을 자주 사용하게 되는데, 이번 2020.1 부터는 쿼리 실행이 inline 으로 나온다.
    • 짧은 쿼리의 경우 inline 이 편할 수도 있지만, 쿼리의 내용이 길면 기존과 같이 하단 window 영역에 나오는게 편할 때도 있다.
    • 그럴경우 아래 이미지에 있는것처럼 설정하면 된다.

database-result-window

link

https://blog.jetbrains.com/idea/2020/03/intellij-idea-2020-1-eap8/?_ga=2.83223446.1882713932.1584412443-33813101.1547166807 https://blog.jetbrains.com/idea/2020/03/intellij-idea-2020-1-eap7/?_ga=2.145563700.1882713932.1584412443-33813101.1547166807 https://blog.jetbrains.com/idea/2020/03/intellij-idea-2020-1-beta2/



intellijintellij 2020.1intellij 2020.1 feature Share Tweet +1