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

Add autocomplete to attributes with known values inside `pom.xml`

Open gian1200 opened this issue 5 months ago • 0 comments

Suggestion

Add autocomplete to known attribute values inside pom.xml

Use Cases

  • "phase": E.g. project.build.plugins[].plugin.executions[].execution.phase

Examples

To suggest the list of phases at project.build.plugins[].plugin.executions[].execution.phase:

  • validate
  • initialize
  • generate-sources
  • process-sources
  • generate-resources
  • process-resources
  • compile
  • process-classes
  • generate-test-sources
  • process-test-sources
  • generate-test-resources
  • process-test-resources
  • test-compile
  • test
  • prepare-package
  • package
  • pre-integration-test
  • integration-test
  • post-integration-test
  • verify
  • install
  • deploy
Image

gian1200 avatar Jul 09 '25 01:07 gian1200