Manage Spring Boot configurations across multiple profiles and files within a single, integrated tool window.
Spring Profile Editor consolidates properties from application.yml, .properties, and multi-document YAML files into a clear grid view.
-
Consolidated View
View and compare properties from all active profiles side-by-side. Columns represent profiles (e.g., default, dev, prod), making profile-specific overrides immediately visible. -
Source Navigation
Double-click any value to navigate directly to its definition in the source file. Click profile headers to open the corresponding configuration file. -
Profile Filtering
Use the "Profiles" dropdown to select/deselect specific profiles or toggle all profiles at once for a focused view. -
Search & Highlight
Filter properties by key or value with real-time highlighting to locate configurations. -
Context Menu Access
Right-click on any.ymlor.propertiesfile in the Project View to open the editor instantly. -
Multi-Module Support
Seamlessly switch between modules using the dropdown selector. The editor automatically filters and displays configurations relevant to the selected module.
단일 통합 도구 창에서 여러 프로파일과 파일에 걸친 Spring Boot 설정을 관리하세요.
Spring Profile Editor는 application.yml, .properties 및 멀티 문서 YAML 파일의 속성을 명확한 그리드 뷰로 통합하여 보여줍니다.
-
통합 뷰 (Consolidated View)
모든 활성 프로파일의 속성을 한눈에 비교하고 확인할 수 있습니다. 각 열(Column)은 프로파일(예: default, dev, prod)을 나타내며, 프로파일별로 재정의된 값을 쉽게 파악할 수 있습니다. -
소스 탐색 (Source Navigation)
테이블의 값을 더블 클릭하면 소스 파일의 해당 정의로 바로 이동합니다. 프로파일 헤더를 클릭하면 해당 설정 파일이 열립니다. -
프로파일 필터링 (Profile Filtering)
"Profiles" 드롭다운을 통해 특정 프로파일만 선택해서 보거나, "All" 옵션으로 전체를 한 번에 선택/해제할 수 있습니다. -
검색 및 강조 (Search & Highlight)
키워드로 속성을 실시간 검색하고 하이라이트 기능을 통해 원하는 설정을 빠르게 찾을 수 있습니다. -
컨텍스트 메뉴 지원 (ContextMenu Access)
Project View에서.yml또는.properties파일을 우클릭하여 플러그인을 즉시 실행할 수 있습니다. -
멀티 모듈 지원 (Multi-Module Support)
드롭다운 선택기를 통해 모듈 간을 원활하게 전환할 수 있습니다. 에디터는 선택된 모듈과 관련된 설정만 자동으로 필터링하여 표시합니다.
Search and highlight capability
검색과 하이라이트 가능
Open profile file by clicking the profile header
프로파일을 클릭했을 때, 해당 프로파일을 연다
Navigate to code location by selecting a value
프로파일의 값을 선택했을 때, 바로 코드상의 위치로 이동
Real-time reflection of changes when profile values are modified and saved
프로파일의 값을 수정하고 저장했을 때, 바로 플러그인에 변경사항 반영
Multi-Module Support: Seamlessly switch modules via the dropdown to automatically filter and display relevant configurations.
멀티 모듈 지원: 드롭다운으로 모듈을 전환하면 관련 설정만 자동으로 필터링하여 표시합니다.
Profile Filtering: Use the dropdown to filter specific profiles or toggle all for a focused view.
프로파일 필터링: 드롭다운으로 특정 프로파일을 선택하거나 전체를 제어하여 집중된 화면을 볼 수 있습니다.
