4 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 6mo 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 6mo agoAccidentally replied in a different comment, first time.