Eitol / goland-ide-fast-shortcut

Shortcurts and lives templates for Goland

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live templates and shortcurts for Goland IDE

####Usage:

File -> Import Settings -> Select the file goland-settings.zip

Live templates:

a =>create and array

a

atof => Convert string to float

a

a => Convert string to int

a

defe => Defer to close write/reader

a

en => Create a very common if err != null

a

fori => for loop (index)

a

fore => for loop (foreach)

a

i => New interface

a

st => New struct

a

json => Create json tags (And bson)

a

##Shortcuts Most shortcuts are triggered by shift + alt

####Window and tabs

shift+alt+6(Num KB) => Split (move) right

a

shift+alt+2(Num KB) => Split (move) down

a

shift+alt+(left/right) => Open left/right tab

a

####Git

shift+alt+c => Push
shift+alt+f => Fetch
shift+alt+c => Commit

About

Shortcurts and lives templates for Goland