Home > Software design >  Can I map custom Abbreviations to a keyboard shortcut in Goland IDE?
Can I map custom Abbreviations to a keyboard shortcut in Goland IDE?

Time:08-24

In emacs I use custom abbreviations all the time. Unfortunately I am being "asked" to use Goland as an IDE in my new position. I'd like to map the text:

if err != nil {

}

and place the cursor in that block. Is that possible with goland?

CodePudding user response:

See enter image description here

  • Related