You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@netbeans.apache.org by Bo Andersen <bo...@outlook.com> on 2019/01/18 19:36:47 UTC

Using a language server (PHP)

Is this something we can get support for in netbeans (PHP)? Is it difficult to implement? :-)

https://github.com/vimeo/psalm

IDE supported: https://getpsalm.org/docs/language_server/

Sv: Using a language server (PHP)

Posted by Bo Andersen <bo...@outlook.com>.
Something like this?

https://getpsalm.org/<https://getpsalm.org/r/49f894d4c8>

https://getpsalm.org/docs/running_psalm/

But psalm is PHP specific, here is a list over other language servers: https://microsoft.github.io/language-server-protocol/implementors/servers/

________________________________
Fra: Jan Lahoda <la...@gmail.com>
Sendt: 23. januar 2019 07:18
Til: Bo Andersen
Cc: NetBeans Mailing List
Emne: Re: Using a language server (PHP)

I wonder if there is a particular example on how to user the checker. I.e. ideally a sample project on which psalm produces a reasonable warnings for testing. And any command lines needed to do that. It would help people who are not PHP developers themselves to experiment.

Thanks,
    Jan

On Fri, Jan 18, 2019 at 8:36 PM Bo Andersen <bo...@outlook.com>> wrote:
Is this something we can get support for in netbeans (PHP)? Is it difficult to implement? :-)

https://github.com/vimeo/psalm

IDE supported: https://getpsalm.org/docs/language_server/

Re: Using a language server (PHP)

Posted by Jan Lahoda <la...@gmail.com>.
I wonder if there is a particular example on how to user the checker. I.e.
ideally a sample project on which psalm produces a reasonable warnings for
testing. And any command lines needed to do that. It would help people who
are not PHP developers themselves to experiment.

Thanks,
    Jan

On Fri, Jan 18, 2019 at 8:36 PM Bo Andersen <bo...@outlook.com> wrote:

> Is this something we can get support for in netbeans (PHP)? Is it
> difficult to implement? :-)
>
> https://github.com/vimeo/psalm
>
> IDE supported: https://getpsalm.org/docs/language_server/
>

Re: Using a language server (PHP)

Posted by Geertjan Wielenga <ge...@googlemail.com.INVALID>.
It's already there:

https://github.com/apache/incubator-netbeans/pull/629

...with enhancements in progress:

https://github.com/apache/incubator-netbeans/pull/1088

You're welcome to try it out and give feedback.

Gj

On Fri, Jan 18, 2019 at 8:36 PM Bo Andersen <bo...@outlook.com> wrote:

> Is this something we can get support for in netbeans (PHP)? Is it
> difficult to implement? :-)
>
> https://github.com/vimeo/psalm
>
> IDE supported: https://getpsalm.org/docs/language_server/
>