我可以在Goland IDE中将自定义缩写映射到键盘快捷键吗?

huangapple go评论70阅读模式
英文:

Can I map custom Abbreviations to a keyboard shortcut in Goland IDE?

问题

在Emacs中,我经常使用自定义缩写。不幸的是,我被要求在我的新职位上使用Goland作为集成开发环境。我想要映射以下文本:

if err != nil {

}

并将光标放在该代码块中。在Goland中是否可以实现这个功能?

英文:

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?

答案1

得分: 2

请问您需要将以下内容翻译成中文吗?

查看实时模板后缀完成

GoLand默认情况下具有err

我可以在Goland IDE中将自定义缩写映射到键盘快捷键吗?

英文:

See Live Templates and Postfix Completion.

GoLand has err by default.

我可以在Goland IDE中将自定义缩写映射到键盘快捷键吗?

huangapple
  • 本文由 发表于 2022年8月23日 17:15:09
  • 转载请务必保留本文链接:https://go.coder-hub.com/73456063.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定