GoSublime
GoSublime copied to clipboard
interface snippets
Awesome plugin! Is it possible to add auto completion for interface methods?
Functionality: Whenever one types the name of an interface and presses enter, all the methods in the interface are filled in, and it is ready to take in the name of the type that implements the interface.
maybe at some point in the future
It seems like go-oracle might support this: "What are the possible concrete types of this interface value?"
https://docs.google.com/document/d/1SLk36YRjjMgKqe490mSRzOPYEDe0Y_WQNRv-EiFYUyw/view
I've forked GoSublime-next (and sent a pull request, of course) and implemented this specific feature.
https://github.com/OneOfOne/GoSublime-next