Saturday, May 10, 2014

GoToggleDeclare

When my Go code does not compile, 9 times out of 10 it is because I've typed "=" instead of ":=", or vice versa. So I wrote GoToggleDeclare, a Golang plugin for Sublime Text which toggles the short variable declaration := and the assignment operator =. You can grab it via Package Control or download it from GitHub: https://github.com/waigani/sublime_go_toggle_declare

No comments:

Post a Comment