Hacker News new | ask | show | jobs
by emanuele-em 63 days ago
Interesting that you went the full custom-language route instead of just better gopls completion inside string literals. The tree-sitter grammar plus language server proxying to gopls is a lot of moving parts to maintain. Curious how you handle gopls version drift, since it changes behavior pretty often.
1 comments

Accidentally replied in a different comment, first time.