Arch Go IDE on MacOS via Docker #vim
Kai Hendry
https://github.com/kaihendry/goide is my Archlinux based Dockerfile for productivity
About debug window sizes: https://twitter.com/bhcleek/status/1382027069958213632
00:00 My preferred environment 00:50 Creating a new Go project with vim-go 01:50 Why Go IDE! Ctrl-X Ctrl-O to autocomplete 02:49 Go tests to generate table driven tests https://github.com/cweill/gotests 02:58 :GoAlternate to switch between code and test 03:05 :GoFillStruct to fill out the test parameters 03:45 :GoTest (not :GoTests) to run the test 04:08 :GoDef to see how a function is defined, Ctrl+t to go back 04:20 Debugger dlv integration 05:26 Archlinux on MacOS - yay for Freedom!
Forgot to mention ctrl+g to quickly jump between functions. ... https://www.youtube.com/watch?v=zy9PUDqCLHQ
59571535 Bytes