eclipse / lsp4mp

Technology lsp4mp
Eclipse Public License 2.0
21 stars 27 forks source link

MicroProfileGenerateOpenAPIOperation breaks developer workflow #438

Open Jotschi opened 4 months ago

Jotschi commented 4 months ago

When working with quickfixes the MicroProfileGenerateOpenAPIOperation operation breaks the typical developer workflow.

image

Please make this operation configurable or remove it.

Related SO issue

angelozerr commented 4 months ago

This codeaction is regustered as source kind and not as quickfix kind, so I think in vscode (i need to check that) there is not this problem.

I think the problem comes from lsp4e the lsp support for eclipse ide.

Please create an issue in lsp4e