Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support template for executions / profiles #537

Open
laeubi opened this issue Dec 10, 2023 · 0 comments
Open

support template for executions / profiles #537

laeubi opened this issue Dec 10, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@laeubi
Copy link
Member

laeubi commented Dec 10, 2023

In the "old" maven editor there was a quite handy feature id like to call a "code template" here, it worked as follows:

Assume I have an XMl like this:

<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<modelVersion>4.0.0</modelVersion>
	
	<profiles>
		_cursor here_
	</profiles>
</project>

now I activate code completion (STRG+SPACE by default) there was a suggestion to add a new profile where one can stepp through the basic items like this:

<profiles>
	<profile>
		<id>_cursor_now_here</id>
		
	</profile>
</profiles>

the same (and even much more useful) was for executions where one usually needs, an id, a phase a goal .... to bind the execution.

@mickaelistria mickaelistria added the enhancement New feature or request label Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants