Bottom bar shortcuts not shown. But I can see it while hovering on particular tab.
In previous versions it was always shown. Is there any way to show shortcuts all the time?
Settings (Preferences on macOS) | Appearance & Behavior | Appearance | Show tool window numbers.
Related
I like the Intellij Lightbulb popup, but it always seems to appear right when I'm about to click in the editor content, showing up at the worst possible time and the worst location.
Anyone know how to either set a longer delay before the Lightbulb shows up or how to reposition it so it is farther out of the way?
You can disable it completely at Settings (Preferences on macOS) | Editor | General | Appearance | Show intention bulb and use Alt+Enter instead to show it when needed.
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 using IntelliJ IDEA 2021.3.2 and cannot find any tool for show popup window or prompt when hovering over a button. Which setting should be turned on/off for this?
For example i wish to see what does button with wrench mean on hover it
Disable the Settings (Preferences on macOS) | Appearance & Behavior | Appearance | Support screen readers option.
I don't think I understand your problem, but under File, Settings, Editor, Code Editing you may find what you are looking for. There is a checkbox there to show quick documentation on hover.
i am using android studio/intellij idea
my idea starts showing me a balloon with a preview of a method
and it disturbs me when i need the top bar like finding text
(it appears when i scroll far from that part of code).
i tried to search the web and to play with the settings
but i did not find any solution for it how do i fix it?
Disable Settings (Preferences on macOS) | Editor | General | Appearance | Show code lens on scrollbar hover.
Related documentation section.
I would like the debugger menu (with the step over and step into etc) buttons up in the top menu next to the run/debug/stop buttons. Is there any way to make this happen? I can move then entire debugging pane up top. But that is not what I want. I just want the icons up top like other IDE's have.
this is a different question than How do I move the toolbar in IntelliJ?
I am not asking how to move the existing toolbar, I'm asking how to add the debug buttons to the toolbar up top.
It's not possible at the moment. Feel free to create feature request on YouTrack: http://youtrack.jetbrains.com/issues/IDEA.
2022 UPDATE
It is possible now as JetBrains has added highly-customizable functionality for controlling commands in menus and toolbars.
For Windows/Linux: File | Settings | Appearance & Behavior | Menus and Toolbars
For Mac: IntelliJ IDEA | Preferences | Appearance & Behavior | Menus and Toolbars
Additional info on the IntelliJ website.