Sølve
Sølve
Hey, ive noticed go.nvim has this feature; something you could add. Or is it some config?
How to reproduce: 1. MasonInstall or install by go install github.com/josharian/impl@latest (v1.3.0) 2. Create any generic interface 3. Implement the generic interface 4. Error stating that interface doesn't exist. Fix...
Hey, I'm a user of your plugin and created a custom command: `GoAlternateTestAndSourceFile`  **Pattern:** Precondition: I'm inside either a `.go` file or a `_test.go` file I press `ga` If...