[IntelliJ IDEA]No Tabs in IntelliJ IDEA

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[IntelliJ IDEA]No Tabs in IntelliJ IDEA相关的知识,希望对你有一定的参考价值。

 

原文地址:http://hadihariri.com/2014/06/24/no-tabs-in-intellij-idea/

 

I often come across people complaining about some odd behaviour when it comes to editor tabs in IntelliJ IDEA or any of the other sister products such as WebStorm or phpStorm. Some expect a different kind of behavior from tabs. Others want the ability to have different colored tabs and some want them numbered.


My advice to all of them? Switch tabs off. You don’t need tabs. 

Here’s your typical layout with Tabs 

技术分享图片

No more Tabs

That’s taking up realestate and it’s not providing you with much value other than confusing the hell out of you when you’re looking for that specific index.html file and there are a few of them open. And when you want to navigate to the different tabs, you either have some shortcut key assigned to loop through them or you’re using your mouse!


Bad. Don’t use the mouse. And here’s what you do with Tabs: 

技术分享图片

But, how do I move back and forth?

Use the keyboard with a few different options (I’m using OSX 10.5+ layout):

Recent files

Navigate to the recent files you’ve just been looking at: Cmd+E 

技术分享图片 

If you want to see the recent files you’ve just edited: Shift+Cmd+E 

技术分享图片 

And you can use the Switcher to do even faster switches: Ctrl+` 

技术分享图片

Find Types and Files

  • If you want to find a type, Cmd+O.

  • If you want to find a file, Shift+Cmd+O

  • If you want to look for a symbol, Alt+Cmd+O.

Or you can just press Shift twice and get Search Everywhere. 

技术分享图片 

Noticed how Search Everywhere by default lists Recent Files? 

And remember, most of these dialogs admit patterns such as wildcards, CCC (CamelCaseCompletion), and even going to a specific line number: 

技术分享图片

Recent Positions

  • If you want to move back and forth between where you are and where you just were: Cmd+[ to go back and Cmd+] to go forward. Of course, if your current and previous position is in different files, it will also go back and forth between them.
  • If you want to go to the last edited position: Shift+Cmd+Backspace

Bookmarks

You can also toggle bookmarks using F3 (mark) and Alt+F3 (unmark), navigate between them and also display bookmarks:

技术分享图片

Project Structure

The Project Structure can help you easily locate files. First off, hide it and activate it using Cmd+1. Secondly, while having it open you can just start typing to quickly locate a file

技术分享图片 

Once you locate the file, hit F4 or ESC to change to focus to the editor. Incidently, if you want to autoscroll to source (or from source), hit the Gear icon on the Project window and activate it: 

技术分享图片

Make sure you turn that off also. If you ever need it, invoke it using Alt+Fn+LeftArrow 

技术分享图片 

And remember, you can even invoke the New File Command with Cmd+N (only way you should be creating files, packages and folders) on the Navigation bar. It’s context-aware. 

技术分享图片

Many ways to navigate

As you can see, there are many ways to navigate a project inside IntelliJ IDEA that doesn’t necessarily include having to look through a list of tabs and figure out where you have to click next.


 





































以上是关于[IntelliJ IDEA]No Tabs in IntelliJ IDEA的主要内容,如果未能解决你的问题,请参考以下文章

IntelliJ IDEA提示:Class JavaLaunchHelper is implemented in both的错误解决

config maven in intellij IDEA

错误记录Mac 中 IntelliJ IDEA 运行 Python 程序报错 ( No module named ‘numpy‘ )

Python之TabError: inconsistent use of tabs and spaces in indentation和ModuleNotFoundError:No module na

IntelliJ idea 报错:Could not autowire,no beans of "XXX" type found

Eclipse Ctrl + Shift + O in IntelliJ IDEA