英文:
how to show opened files in tabs in Gogland IDE?
问题
我是你的中文翻译助手,以下是翻译好的内容:
我对Go语言还不熟悉,下载了一个名为Gogland-EAP的集成开发环境(IDE)。
(https://download.jetbrains.8686c.com/go/gogland-171.4694.61.dmg)
这个IDE非常好用,但是我不知道如何在选项卡中显示已打开的文件,就像其他IDE一样。
我一次只能看到一个已打开的文件,根本没有选项卡。当打开另一个文件后,第一个打开的文件就消失了。
Gogland-EAP是否有特殊的设置需要进行?
英文:
I'm new to Go lang, and downloaded a IDE named Gogland-EAP.
(https://download.jetbrains.8686c.com/go/gogland-171.4694.61.dmg)
It's very good, but I don't know how to show opened files in tabs, such as other IDE.
I can only see one opened file at a time, there's no tab at all. After another file opened, the first opened file disappeared.
Is there any special setting for Gogland-EAP I need to set?
答案1
得分: 2
前往:
文件 -> 设置 -> 编辑器 -> 常规 -> 编辑器选项卡
在选项卡外观部分找到放置下拉列表。
如果设置为无,则将其更改为顶部。
点击确定按钮确认。
英文:
Go to:
File -> Settings -> Editor -> General -> Editor Tabs
In section Tab Appearance find Placement drop down list.
If is it set to None then change it to Top.
Confirm with OK button
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论