5 ms·
Interesting that you went the full custom-language route instead of just better gopls completion inside string literals. The tree-sitter grammar plus language s
by emanuele-em 5mo 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.
- derstruct 5mo agoAccidentally replied in a different comment, first time.