antfu / vscode-file-nesting-config

Config of File Nesting for VS Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add pom.xml support for mvnw* and application.properties support for *.properties

CrisCorreaS opened this issue · comments

Clear and concise description of the problem

When using Maven in a Spring Boot or Java project, it generates mvnw and mvnw.cmd files near the pom.xml file.
The application.properties file and other .properties files in Spring Boot projects are in the same folder.

Suggested solution

'pom.xml': 'mvnw*',
'application.properties': '*.properties',

Alternative

Manually add these rules to VSCode settings

Additional context

image pom

Validations