Re: Pike lsp

Duke Normandin <[email protected]> Mon, 12 Jan 2026 22:48:25 -0700
Newsgroups gmane.comp.lang.pike.user
Message-ID <[email protected]>
On Tue, 13 Jan 2026 00:19:36 -0500
"H. William Welliver" <[email protected]> wrote:

> That pike language server is new in the last week, and the first line in=
 the
> readme is "This project was 100% coded by AI agents=E2=80=A6=E2=80=9D so=
 it=E2=80=99s probably good
> to set expectations accordingly.

I noticed ....
=20
[snip]

> I /was/ able to use the LSP4J plugin in my JetBrains IDE to set up a map=
ping
> between *.pike, *.pmod and the language server. What I did:
>=20
> cd pike-lsp
> npm install -g pnpm
> pnpm install
> pnpm build

That's the part that my machine choked on.
`npm install -g pnpm' went ok.=20
However, I get an error msg running `pnpm install' :

:~/git/pike-lsp
$ pnpm install
bash: pnpm: command not found

I just wanted to test-drive the lsp, so it's not an important issue for me=
.
Your review is plenty helpful. Thx.

I'll try to fix the `pnpm' problem, and if successful, try configuring `he=
lix'
to use the pike-lsp and see how it performs there - but it's not a top pri=
ority
for me. I'm just looking for a slick pike-hacking workflow. I usually work=
 in
emacs, so `helix' is new to me as well.

Thx for your review and comments!

=2D-=20
Duke