Override methods
You can easily override methods of the base class by pressing Ctrl O (Code | Override Methods).
To implement methods of the interfaces (or of the abstract base class) that the current class implements,
press Ctrl I (Code | Implement Methods).
반응형
'개발 > 개발 기타' 카테고리의 다른 글
[Tip of the Day] IntelliJ : Camel case in search Everywhere (0) | 2023.11.07 |
---|---|
[Tip of the Day] IntelliJ 에서 오라클 프로시저 로그 테스트 하는 방법 (1) | 2023.11.01 |
[Tip of the Day] IntelliJ : Code generation (0) | 2023.10.05 |
[Tip of the Day] IntelliJ : Create code constructs with completion (0) | 2023.10.04 |
[Tip of the Day] IntelliJ : Live templates (0) | 2023.09.27 |