Closed jish closed 10 years ago
When using the function snippet and declaring variables of type int, the Interface snippet conflicts and interrupts the current snippet:
int
func<tab> func foo(x int<tab>) type { // body }
Causes the interface snippet to kick in.
Closing. It looks like this was merged into https://github.com/syscrusher/golang.tmbundle
When using the function snippet and declaring variables of type
int
, the Interface snippet conflicts and interrupts the current snippet:Causes the interface snippet to kick in.