HackerTrans
トップ新着トレンドコメント過去質問紹介求人

rumno0

no profile record

投稿

Show HN: Nice TUI for Go Pprof

github.com
2 ポイント·投稿者 rumno0·3 か月前·0 コメント

Show HN: Create a full language server in Go with 3.17 spec support

github.com
93 ポイント·投稿者 rumno0·4 か月前·18 コメント

コメント

rumno0
·3 か月前·議論
Just to show what it can do, some language servers built with it

- Makefile: https://github.com/owenrumney/make-ls

- Goreleaser: https://github.com/owenrumney/goreleaser-ls
rumno0
·3 か月前·議論
Thanks -

If its a straight error, then the error response is returned and we're all happy!

If the handler panics, the server crashes, so that's something I'm off to fix now!

Thanks!!!!
rumno0
·3 か月前·議論
I've been thinking about this comment for a few hours now! I love it! I like building VS Code extensions and realized quickly the benefit of writing the logic in an LSP but I would never have thought to do the SSH config thing you describe.

I've now started a Makefile lsp since you've inspired me to think about the painful scenarios that LSP can solve if I think a bit wider.

Cheers for that!!
rumno0
·3 か月前·議論
I actually started out using that. I wanted a debug UI to track messages which was the major driver in creating my own tbh
rumno0
·3 か月前·議論
I disagree - you should have docstring and I don't think this is worse by having it... its just not ideal
rumno0
·3 か月前·議論
I wrote this for the infracost LSP so I could write multiple IDE extensions. Its not even really a language server, its just a neat way to parse the Terraform/Cloudformation and return diagnostics.

Language servers are cool!
rumno0
·3 か月前·議論
thanks!

Thankfully, I finally had a reason to build an LSP (infracost LSP), so it motivated this and I'm really pleased with it
rumno0
·3 か月前·議論
Yeah some times godoc comments look crap by necessity