Skip to content

Eitol/goland-ide-fast-shortcut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published