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.
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 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.
enter image description here
I need to know how to change settings, so that i will be able to write as well as see the >= operator as it is. Because if I'll see this operator every day, i might not remember in future.
Preferences / Settings | Editor | Font or Preferences / Settings | Editor | Color Scheme | Color Scheme Font and disable Enable ligatures option.
That gray blob right before 0. Please identify the feature, and, if possible, tell how to change the color of this hint.
I'm a fan of JetBrains IDEs, but only occasionally I use Java. Seen this feature some time ago, but totally forgot what it is :(
It is a parameter name hint. These can be disabled for that constructor with an intention (AltEnter) on the parameter itself or in Settings | Editor | General | Appearance. The color of the hint can be changed in Settings | Editor | Colors & Fonts | Language Defaults | Inline parameter hint.
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.