vscode-maven
vscode-maven copied to clipboard
Enable autocomplete on properties when it is used in a section where autocomplete is available
Suggestion
To be able to use autocomplete when changing "properties" used in a section where autocomplete is available (dependency.version, dependency.artifactId, dependency.groupId, plugin.version, plugin.artifactId, etc.)
Use Cases
When changing versions directly in the dependencies, autocomplete is available
However, when version is defined as a property, autocomplete is unavailable.
I'd be nice to have autocomplete at properties when said property is used in a section where autocomplete is available
Examples
The current workaround is go the "version" location, try the autocomplete and update the property accordingly.