i pressed something and now this is shown in intelij idea, how do i turn this off. Probably,i pressed some key combination but now i cant find this
You can hidee this info by disabling View | Appearance | Descriptions in Tree Views
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.
Since i connected my project with github this annoying indicator next to my code shows up whenever i make a change in my project. I looked for answers but did not find one. Is there any way to disable this?
Annoying_green_indicator
You can go to Preferences | Editor | General and disable "Highlight modified lines in the gutter"
I sometimes want to see the diff of what has changed only per line, but I find it uncomfortable to always move your hand to the mouse and click on the gutter marker. Is there a way to assign a shortcut to open that little diff window (as seen in the image)? I couldn't find an IntelliJ action that opens it.
That action is called Change Under Caret.
By default, no shortcut is assigned to it. You can find it with Find Action (Ctrl+Shift+A | ⇧⌘A).
You can also assign a shortcut to it right in this popup with Alt+Enter | ⌥⏎.
Other useful shortcuts:
Next Change: Ctrl+Alt+Shift+Down | ⌃⌥⇧↓
Previous Change: Ctrl+Alt+Shift+Up | ⌃⌥⇧↑
Rollback Lines: Ctrl+Alt+Z | ⌥⌘Z
Help documentation:
Review changes - Track changes to a file in the editor
Source code navigation - Navigate between changes
Undo changes in Git repository - Revert uncommitted changes
Use the keyboard shortcuts for Navigate:Navigate in File:Next Change/Previous Change
To make it even easier, modify the shortcut for that command to your liking in Preferences:Keymap.
My idea headerbars Play/debug/options menu is missing and I haven't found a way to restore it. Does anyone have an idea how to?
Enable View | Appearance | Toolbar:
When I hover the mouse on a HTML tag in the tiny bar under the file tab, the background of the highlighted element is very bright, and the text becomes unreadable.
I couldn't find a way to customize this in the settings, can somebody help?
Here's what I mean:
It uses your caret row color (it just automatically makes it lighter so it's more visible) and not some separate style which you can disable/modify.
ATM there is no option to disable such behaviour. I mean -- IDEA-139930 ticket is fixed, but not available in 141.xx branch that PhpStorm is currently built on.
If it annoys you a lot then right now I may only suggest to disable that breadcrumbs bar altogether until PhpStorm will move to 142.xx or newer branch. For that: Settings (Preferences on Mac) | Editor | General | Appearance | Show HTML breadcrumbs (you will have to close and reopen that file to see the changes).
You should post more info about specification: exact version of PhpStorm etc.
Try this:
https://www.jetbrains.com/phpstorm/help/configuring-colors-and-fonts.html