IDE
[Intellij] 클래스 멤버나 메소드 확인하는 단축키
터프남
2022. 1. 23. 18:39
728x90
반응형
가끔씩 자바 클래스 멤버 변수나 멤버 메소드를 확인하고 싶을때 자꾸 단축키 까먹어서 정리
Mac 기준
Command + 7
근데 이걸 팝업형식으로 보고싶으면
Commond + F12
IntelliJ shortcut to show a popup of methods in a class that can be searched
I'm switching over from Eclipse to IntelliJ. In Eclipse, if you do Ctrl+O in the editor, it will show a hover popup that allows you to search for a method in the class you're editing. What is the
stackoverflow.com
728x90
반응형