Plugin Icon if
  • Code Tools
  • Code Editing
  • Framework

Spring Boot Assistant

726 загрузок
Обновлено:
1 неделю назад
Версия:

601.0.3+242

Обзор
Версии

Обзор

This plugin adds support forSpring Boot external-config files(application.yaml/properties, etc.).

Features:

  • Completion
    • Auto-completion of the configuration properties in your application.yaml/properties files based on the spring boot's autoconfiguration jars are present in the classpath.
    • Auto-completion of the configuration properties in your application.yaml/properties files if you have classes annotated with @ConfigurationProperties, if your build is properly configured.
    • Short form search & search for element deep within is also supported. i.e, sp.d will show you spring.data, spring.datasource, also, port would show server.port as a suggestion.
    • Auto-completion of the configuration property values, with support for the value providers.
  • Documentation
    • Quick documentation for groups & properties (not all groups & properties will have documentation, depends on whether the original author specified documentation or not for any given element).
  • Inspection
    • Key not defined: Report problem if the property in config file is not defined in any metadata.
    • Property deprecated: Report problem if using a deprecated property.
    • Invalid value: Report problem if the value does not match the property type.
  • Navigation
    • Support for IDE feature Go to Declaration or Usages (Ctrl+B) in application.yaml/properties files.
  • Editing
    • Add line separator in yaml key (press Enter), will split yaml key in proper format.
    • Enhanced Join Lines (Ctrl+Shift+J/⌃ ⇧ J) command, which join yaml keys in proper format.

Bug report:

Please create an issue at GitHub.

Project document

Версии

Версия
Диапазон совместимости
Дата обновления
2026
601.0.3+242
242.0+
18.01.2026
Скачать
2025
601.0.2+242
242+
08.06.2025
Скачать
601.0.1+242
242+
08.03.2025
Скачать
601.0.0+242
242+
02.03.2025
Скачать
2024
242.2.0
242+
18.09.2024
Скачать
Plugin ID:
dev.flikas.idea.spring.boot.assistant.plugin
icon