Action name generated from the LazyRunConfigurationProducer
Answered
I have my actions showing up correctly in the gutter, test results tree, and ProjectViewPopup.
I would like to customize the text that shows up here but I don't see where that should happen. Instead of:
`Run ‘my method()’` I want to have the text say: `Run ‘my method()’ with XXXX`
Please sign in to leave a comment.
Hi,
Do you have your custom
Executor
implementation? If yes, you can do it incom.intellij.execution.Executor#getStartActionText()
.If not, I don't see such a possibility.