godit icon indicating copy to clipboard operation
godit copied to clipboard

go fmt?

Open kristofer opened this issue 11 years ago • 1 comments

willing to add a go-fmt to current-buffer kind of command/key-binding?

kristofer avatar Oct 15 '14 20:10 kristofer

Absolutely not. IMHO gofmt's place is in pre-commit hooks. Plus godit's philosophy is to avoid language-specific features. Autocompletion is an exception, because well, I also wrote gocode and I had to add it there. Gocode support is the only language-specific feature in godit.

nsf avatar Oct 16 '14 00:10 nsf