HarryET / gleam-intellij

Intellij IDE support for the Gleam language
Apache License 2.0
14 stars 6 forks source link

State of project? #10

Open JensvandeWiel opened 5 months ago

JensvandeWiel commented 5 months ago

What is the state and activity of this project? I see it has not been committed to for a year, is it shelved or just no time?

nadavhames commented 5 months ago

Hi @JensvandeWiel,

Yeah we started testing a few possibilities to see if something like this is doable. The most relevant branches are main which has an antlr grammar impl and bnftest which has native intellij bnf impl. Ideally tightly integrating with gleam's lsp is the way to go, but linking it to the intellij platform api is difficult and time consuming - lsp4intellij library was not behaving with the lsp very nicely last I tried (you can see on the relevant branch), so we switched to a pure grammar approach. Intellij have released a new lsp api, but afaik it is only usable from paid versions of the software, so we can't use it.

There was some interest today on the gleam discord reg. taking a look / working on it.

So this project has stalled, not shelved completely, just no decisions or work done in a while.

KaKi87 commented 5 months ago

Hi, I'm looking forward to decisions being made regarding this project :) Thanks

rodrigodevelms commented 2 months ago

What is the status of the project currently? Are there any plans to return?