I've been using Go with VS Code + gopls for a while, and everything is snappy except one thing that drives me nuts:
- Go to Definition → instant
- Find References → instant
- Go to Implementation (or "Find All Implementations") → takes some seconds, or sometimes just freezes entirely
This happens …

