英文:
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
。
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论