IntelliJ IDEA 플러그인 추천 2025

목차
- CodeGlance Pro
- Rainbow Brackets
- Key Promoter X
- Grep Console
- GitToolBox
- .ignore
- Translation
- SonarLint
- Atom Material Icons
- IdeaVim
IntelliJ IDEA 플러그인 소개
IntelliJ IDEA는 다양한 언어 지원, 코드 자동 완성, 디버깅 도구를 제공하는 강력한 IDE입니다. 플러그인을 활용하여 코드 가독성을 높이고 생산성을 향상시킬 수 있습니다. 2025년 기준으로 추천할 만한 플러그인들을 소개합니다.
1. CodeGlance Pro

코드 에디터의 우측에 미니맵을 제공하여 코드의 전체 구조를 한눈에 파악할 수 있습니다. 긴 코드 파일에서도 원하는 부분으로 빠르게 이동할 수 있어 효율적인 네비게이션이 가능합니다.
CodeGlance - IntelliJ IDEs Plugin | Marketplace
Embeds a code minimap similar to the one found in Sublime into the editor pane. Works with both light and dark themes using your customized colors for syntax...
plugins.jetbrains.com
2. Rainbow Brackets

중첩된 괄호나 블록을 각기 다른 색상으로 표시하여 코드의 가독성을 높여줍니다. 복잡한 코드에서도 괄호의 짝을 쉽게 확인할 수 있어 디버깅에 유용합니다.
Rainbow Brackets - IntelliJ IDEs Plugin | Marketplace
🌈Rainbow Brackets for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio Core Features Rainbowify various types brackets(Round,Squiggly,Square,Angle) Rainbowify...
plugins.jetbrains.com
3. Key Promoter X

마우스 클릭으로 수행한 작업에 해당하는 단축키를 실시간으로 알려줍니다. 이를 통해 단축키 학습을 도와 개발 속도를 향상시킬 수 있습니다.
Key Promoter X - IntelliJ IDEs Plugin | Marketplace
The Key Promoter X helps you to learn essential shortcuts while you are working. When you use the mouse on a button inside the IDE, the Key Promoter X shows you the...
plugins.jetbrains.com
4. Grep Console

콘솔 출력에 색상을 입혀 로그의 가독성을 높여줍니다. 로그 레벨별로 색상을 지정하여 중요한 정보를 빠르게 파악할 수 있습니다.
Grep Console - IntelliJ IDEs Plugin | Marketplace
Grep, tail, filter, highlight... everything you need for a console (New Logcat and JS/NPM/GoLand/... Terminals are not supported). Also can highlight the editor...
plugins.jetbrains.com
5. GitToolBox

IntelliJ의 기본 Git 기능을 확장하여 브랜치 표시, 커밋 정보 제공 등 다양한 Git 관련 기능을 추가로 제공합니다. 이를 통해 버전 관리를 더욱 효율적으로 수행할 수 있습니다.
GitToolBox - IntelliJ IDEs Plugin | Marketplace
Extends Git Integration with additional features Free features number of ahead, behind commits in project view and status bar number of not commited changes in project...
plugins.jetbrains.com
6. .ignore

프로젝트에서 불필요한 파일이나 폴더를 쉽게 Git ignore 설정에 추가할 수 있게 도와줍니다. 다양한 템플릿을 제공하여 언어 및 프레임워크별로 손쉽게 설정이 가능합니다.
.ignore - IntelliJ IDEs Plugin | Marketplace
.ignore is a plugin for: .bzrignore (Bazaar).chefignore (Chef).cfignore (CloudFoundry).cvsignore (Cvs).boringignore (Darcs).deployignore (DeployHQ).distignore...
plugins.jetbrains.com
7. Translation

코드 주석이나 문서를 IDE 내에서 바로 번역할 수 있게 해주는 플러그인입니다. 여러 번역 엔진과 통합되어 정확한 번역을 제공합니다.
Translation - IntelliJ IDEs Plugin | Marketplace
Translation plugin for IntelliJ based IDEs. Website | GitHub | Get Started | Donate Features Multiple translation engines. Microsoft Translator. Google Translate...
plugins.jetbrains.com
8. SonarLint

실시간 코드 분석을 통해 잠재적인 버그나 품질 문제를 즉시 알려줍니다. 코드 품질을 유지하고 향상시키는 데 큰 도움이 됩니다.
SonarQube for IDE - IntelliJ IDEs Plugin | Marketplace
SonarQube for IDE (formerly SonarLint) by Sonar is a free IDE extension to find and fix coding issues in real-time, flagging issues as you code, just like a...
plugins.jetbrains.com
9. Atom Material Icons

IDE의 아이콘을 더 세련되고 직관적인 디자인으로 변경하여 사용자 경험을 향상시킵니다. 다양한 파일 타입에 맞는 아이콘을 제공하여 파일 식별이 용이합니다.
Atom Material Icons - IntelliJ IDEs Plugin | Marketplace
Atom Material File Icons Custom File and IDE Icons for improved visual grepping This plugin is a port of the Atom File Icons and the icons of the Material Theme UI...
plugins.jetbrains.com
10. IdeaVim
Vim의 키 바인딩을 IntelliJ에서 사용할 수 있게 해주는 플러그인입니다. Vim 사용자들에게 익숙한 환경을 제공하여 생산성을 높여줍니다.
IdeaVim - IntelliJ IDEs Plugin | Marketplace
Vim engine for JetBrains IDEs IdeaVim supports many Vim features including normal/insert/visual modes, motion keys, deletion/changing, marks, registers, some Ex...
plugins.jetbrains.com
'개발공부' 카테고리의 다른 글
이클립스(Eclipse) 단축키 모음 (0) | 2025.01.10 |
---|---|
IntelliJ IDEA 단축키 완벽 정리 (Mac OS) (0) | 2025.01.10 |
동기(Synchronous)와 비동기(Asynchronous) (0) | 2024.12.17 |
자료구조란? (1) | 2024.12.05 |
c++ 동적 메모리 할당 (0) | 2024.12.03 |