|
|
|
|
|
by sjellis
3208 days ago
|
|
"I prefer to do most things on the command line rather than set up IDE configurations, so a plain text editor suits me just right." For me, the killer feature of editors like Atom and VS Code is zero-hassle setup of linters and code formatters. The integrations with Go tools will not only tell you what is wrong with your code as you work, they will automatically manage your imports directives and reformat the source. Periodically I think about switching to Vim. I am sure that I could set up Vim to have the same features, but I feel like I might have to find a big chunk of time to learn how to manage Vim plugins and the appropriate key combinations to get the same effect. |
|