spring-attic / spring-ide

Spring Development Environment for Eclipse
299 stars 126 forks source link

Support for Spring Boot log groups #325

Closed snicoll closed 5 years ago

snicoll commented 5 years ago

Spring Boot 2.1 introduced the concept of log groups with two out-of-the-box group: web, sql.

It would be nice if IJ had a way to auto-complete available groups on logging.levels. alongside the usual package browser.

If an additional group is created in the project (via logging.groups.xyz), auto-completing xyz would be very nice as well.

Please note that this is represented by the logger-name hint whose description has been matched as of Spring Boot 2.1.

martinlippert commented 5 years ago

migrated this over to the STS4 issue tracker: https://github.com/spring-projects/sts4/issues/102