Change suggestion choice shortcuts Intellij - intellij-idea

In Visual Studio Code I can change the keyboard shortcuts for navigating the suggestion window easily.
Can I do the same in Intellij IDEA? I havent' been able to find a way so far.

In IntelliJ IDEA you can customize the keyboard shortcuts for the Up and Down actions in the Keymap Settings.

Related

Is there a shortcut to close a project in Intellij?

I frequently have more than one project open and I have been unable to find the shortcut to close a project.
You can do it on your own.
Go to Preference -> Keymap, type Close Project in search bar and set-up your keyboard shortcut for this action. Works for me in Intellij Idea 14.1.2.
For a portable solution, use the menu bar. The shortcut that way would be Alt+F+J.

How do I change Alt+Enter keyboard shortcut in IntelliJ/Android Studio?

Is it possible to change Alt+Enter (Show the list of available intention actions) keyboard shortcut in IntelliJ/Android Studio?
I have browsed through File->Settings->Keymap and couldn't find it, though I remember that I was changing it before.
You find it in the Keymap settings under
Other->Show Intention Actions

How to disable auto show hints in JetBrains IDEs (IntelliJ IDEA, PyCharm, WebStorm) on mouse over

How to disable auto show hints in IntelliJ IDEA on mouse over?
Edit:
This hint could be very big if you call existing method with incorrect parameters. It's very uncomfortable.
There are the same behaviour in PyCharm:
and WebStorm:
Those popups (or tooltips) has been my worst annoyance in the editor for a while. There is how I fixed it:
On the editor, at the bottom-right of the window, there is a head icon. Click it and uncheck the box "Import popup".
You can have a look at this guide (with images) to help you finding the checkbox:
http://www.jetbrains.com/idea/webhelp/disabling-inspections.html
I hope that can help you
TOTALLY: Open Settings (or Pereferences, if you are OS X user) dialog, choose Editor | Inspections. On the Mange tab (right pane of the dialog) select Copy. Then click the language node. Here you can find the setion that is probably responsible for your tooltips and disable it. Or disable the whole language node, if you like. This way you have all the IDE features working and no tooltips at all. You can return back to Project Default inspections profile when you need it.
PARTIALLY: Try to disable the respected intention action. Press Alt+Enter when you see the tooltip, select the action from the list and press the right arrow key. In the context menu, select "Disable".
From JetBrains Forum.
You probably need to uncheck the Inlay Hints.
For Windows 10 & PyCharm Community 2020.3.3 :
File > Settings > Editor > Inlay Hints
Uncheck Show hints for:

Aptana / Titanium Studio Disable Highlighting

Aptana/Titanium Studio is a pretty good IDE, but the preferences are a mess.
I want to basically turn off all the annoying highlighting and code hints it bombards you with but can't find the preferences for that.
Thanks for your help!
You can click the "Mark Occurrences" button in the toolbar, and that should toggle it for all Aptana editors.

Intellij is stealing focus from editor after compile

I'm using Intellij IDEA 9.0.2
After each make, if i have errors, window "messages Make" is stealing focus from the main editor. Do you know how to correct this?
There is no way to change this behavior in the configuration. There is a keyboard shortcut which allows you to change focus to specific 'windows' within IDEA.
CTRL+SHIFT+TAB
CTRL is probably replaced with CMD on Mac and Super (windows key) on Unix. This will allow you to manually switch back to the editor tab of your choice, or any other window for that matter.
ESC does the trick for me in intelli 12.