vscode-maven icon indicating copy to clipboard operation
vscode-maven copied to clipboard

Enable autocomplete on properties when it is used in a section where autocomplete is available

Open gian1200 opened this issue 1 year ago • 0 comments

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 Image

However, when version is defined as a property, autocomplete is unavailable.

Image

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.

Image

gian1200 avatar Oct 19 '24 22:10 gian1200