Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Support for lemminx completions in pom editor

Hi Mickael,

May be i was not clear. I was looking to use the lemminx language server into default m2e pom editor. Because when i try to open pom file today it open in old pom editor. To use lemminx implementation i have to open the file in generic editor. 

Best regards,
Gayan. 

On Thu, 15 Apr 2021 at 11:15, Mickael Istria <mistria@xxxxxxxxxx> wrote:
On Thu, Apr 15, 2021 at 10:36 AM Gayan Perera <gayanper@xxxxxxxxx> wrote:
Hi all,

Hi,

Do we have any plan to add new limminx completions into m2e POM editor. I would like the new LSP support when editing the POM. may be the same LSP protocol could be used to dependency search as well.

Basically, these days, anything that is about improving the editor has to be done as an improvement in LemMinX or LemMinX-Maven as m2e delegates about everything to them. LemMinx and LemMinX-Maven are relatively independent from m2e and do welcome contributions. Then m2e just picks them, usually latest release, as a regular update, without further planning.
So just try contributing new completions to LemMinX-Maven and once they're merged, m2e will just have them enabled.

--
Mickael Istria
Eclipse IDE developer, for Red Hat Developers
_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/m2e-dev

Back to the top