Maybe do I do something wrong, but I can't open Idea's Quick list. I tried do that on Intellij 12 on Windows and 13, 14 on Linux by assigning shortcut, search action, search everywhere with no luck...
No action when I'm trying open it
First you need to create Quick List in File | Settings | Appearance and Behavior | Quick Lists and then it would appear in File | Settings | Appearance and Behavior | Keymap where you can define a shortcut for it.
Related
I'm looking to get rid off these helper texts. I do not know what they are called so I don't know what setting I need to remove. I'm sure it's just some check box that needs to be unchecked.
What are these called so that I can turn them on and off?
Settings (Preferences on macOS) | Editor | Inlay Hints | Code Vision | Usages.
I have been using VSCode for Java development for past 1 year. But now, I want to use Intellij for my work. In VSCode, I changed some shortcuts such as endOfLine to ALT+F, startOfLine to ALT+D and they are working fine. But In Intellij, I changed these commands exactly same as in my VSCode but instead of working, these shortcuts are triggering options in the top bar like File, Edit, View etc.
Is there any way by which I can give preference to my custom keymaps over default keymaps in Intellij. Please note that I want to use only ALT key with my custom keymaps.
Disable these options:
Settings (Preferences on macOS) | Appearance & Behavior | Appearance | Enable mnemonics in menu
Settings (Preferences on macOS) | Appearance & Behavior | Appearance | Enable mnemonics in controls
Alt + letter shortcuts are commonly used for mnemonics.
I'm relatively new to IntelliJ IDEA and was wondering whether it would be possible to split the Run Window, so that I have multiple Run views visible at the same time. Which would be convenient when running multiple modules concurrently. Currently they show as tabs in the same region, so I have to switch the tab whenever I want to see the other run log.
+---------------------------------+
| |
| Source Code |
| |
+----------------+----------------+
| | |
| Run 1 | Run 2 |
| | |
+----------------+----------------+
Any way to do this?
As far as I know the h/v split feature is available only for editor tabs. There's also a split mode for tool windows but it works only for different windows, not for multiple tabs of the same windows, so basically no you can't, and I can't imagine what was the reason behind this choice.
You have to right-click on the terminal tab choose "Move to Editor".
Then in the editor, you can split editor tabs vertically or horizontally to have more than one terminal in a column or row.
Your answer is discussed (here) as well.
You can't split runs, but you can open build in a terminal and split/stack them in any combination. It's not like a one-click run solution, but can be splited/stacket. Hope somebody found it useful.
Tip: you can copy command from the run tab and paste to the terminal so you don't need to type it.
IntelliJ Ultimate 2018
IntelliJ IDEA Ultimate 2022.2.1
This is how my pom.xml file looks in IDEA 12.
I hate how the app highlights the opening and closing < > signs.
How can I disable it?!
IDEA 12 XML Highlight
Go to Settings (Preferences) | Editor | Colors&Fonts | XML. On the right side choose Tag and select Background checkbox.
If you want to get rid of the grey background for XML, HTML and related formats, go to Settings (Preferences) | Editor | Colors&Fonts | Language Defaults and uncheck Background for Markup Tag.
I think the default setting was intended to highlight the difference between tags and content, but indeed, it's not very pleasant looking.
Having used Eclipse for more years than I care to admit, I'm currently trying to get adjusted to IntelliJ 12 but I'm having a hard time with the totally different UI metaphors/concepts.
I'd like to be able to have a window layout like this:
+--------+------------------------
| | |
| (1) | |
| | |
|+-------+ Source editor |
| | |
| (2) | |
| | |
+--------+-----------------------+
| |
| Console output etc. |
+--------------------------------+
With (1) being the "Project" tool window and (2) being the "Structure" tool window. I tried to follow the instructions given at http://www.jetbrains.com/idea/webhelp/viewing-modes.html but changing the "Split" mode doesn't seem to have any noticeable effect. Clicking on the "Structure" or "Project" toolbar buttons always hides the current tool window and displays the other one.
Ok. I worked it all out with googling and https://www.jetbrains.com/idea/help/viewing-modes.html . It's not obvious at all.
In Setting->Appearance & Behavior->Appearance:
Side-by-side layouts on left and right will control whether left and right side splits are horizontal or vertical - you can also Control-click on the divider to switch.
Widescreen tool window layout switches whether vertical or horizontal toolbars get full height/width: on gives full height to side tool windows and off gives full width to bottom(top?).
Ok, by some more or less random combination of the "docked" , "pinned" , "view as tab" and "split mode" modifiers I got it to work. I wonder why they didn't simply implement dragging the window where you'd like it to appear...
I love Intellij IDEA, but every once in a while there is some glitch like this. Anyway, here is a key point that you need to know from this writeup:
To be able to see two windows simultaneously, the corresponding
windows should belong to different groups, that is, one of the windows
should have the split mode off and the other one on
.
My problem was I had split mode ON for both the Project Tool window and the Structure Tool window. If one tool window has that mode OFF, and the other ON, that will help them show together correctly. However, this is NOT guaranteed to work, which negatively impacts usability. I have filed a usability enhancement request with our friends at Intellij. I hope others in my situation will help me vote it up: https://youtrack.jetbrains.com/issue/IDEA-144963
Usually setting split on the structure and toggle the windows method that Trillian mentioned above works.
However for the case where it does not, I've had some success with editing the project's .idea/workspace.xml file directly and replacing the lines (with all settings) for id="Project" and id="Structure" from a project that has the window layout I want them into the project that I can't get the layout working correctly.
First, set the desired two tool windows to be pinned and docked (not floating, not windowed).
Second, the window to be above, set no split mode, the window below, set to split mode.