IDE/IntelliJ (2) 썸네일형 리스트형 [IntelliJ] gradle Could not get unknown property 'compileConfigurationName' 오류 메시지 Build file 'C:\Users\git\api-send\build.gradle' line: 22 A problem occurred evaluating root project 'api-send'. > Failed to apply plugin 'org.gradle.java'. > Could not get unknown property 'compileConfigurationName' for source set 'main' of type org.gradle.api.internal.tasks.DefaultSourceSet. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option.. [IntelliJ] 코드창 usages, usage 표시 해제 코드창에 usages, Code author 표시 File -> Settings -> Editor -> Inlay Hints -> Usages 체크 프로젝트에서 클래스 또는 메소드의 사용 횟수 표시 주어진 요소에 대한 코드 작성자 표시 불필요한 import 문을 단축키도 사용하지 않고 생기자 마자 바로 없앨 수 있습니다 Add unambiguous imports on the fly : 자동으로 패키지 임포트 Optimize imports on the fly : 자동으로 임포트를 정리 이전 1 다음