goimpl.nvim
goimpl.nvim copied to clipboard
Generate stub for interface on a type
Results
2
goimpl.nvim issues
Sort by
recently updated
recently updated
newest added
When using your plugin in our monorepo I noticed that impl couldn't find any go packages as it is being run from the root of the repository, which is not...
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...