Show indentation line in IntellIJ IDEA - intellij-idea

There is a plugin in vim which shows you "dots" (or lines, etc.) where the indentation level is.
Example:
Is there something similar for IntellIJ IDEA?

Go to Settings/Editor/General/Appearance and select Show vertical indent guides to enable this feature in IntelliJ.

I believe you were looking for General > Appearance > Show Whitespaces. I had to follow that with adjusting the "Whitespaces" color because of using a dark theme.

Related

Material Theme UI - annoying dark lines

Silly question, but, does anyone know how to change the colour of these dark separator lines in intellij?
I'm using material theme UI plugin but can't seem to find this in the settings or in the colour scheme.
Thanks
menu :Tools -> Vim Emulator close

Intellij 14; Color scheme change ; Not all panes are obeying the change?

I have tried to change to Dracula theme. But i find it too dark.
When i revert back to default. Only the editor pane reverts.
Every thing else remains dark.
Navigate to Preferences > Appearance and Behavior > Appearance and change the theme to "Default".
Then you simply need to restart Android Studio for this to take effect.
And learn how to add them here
Found answer in stackoverflow Reset Intellij UI to Default. Basically delete:
.IntellijIdea14\config\options\options.xml
\laf.xml
\colors.scheme.xml

Idea: how can I hide the VCS changes markers in the right margin

I'm trying to hide the marker stripes in the right margin of intellij idea.
I tried whith:
settings -> Editor -> Colors and Fonts -> General
but it is not possible to check/uncheck "Error stripe Mark" in "Added lines" or "Modified lines".
I also tried to put white colors in "stripe mark color" in
settings -> Editor -> Colors and Fonts -> Diff
but the stripe is still present.
Do you know if it's possible to manage that without removing VCS support for the project?
There is now a setting as of IntelliJ IDEA 15 142.3728 (released as EAP in August 2015).
In preferences, go to Editor -> General and untick Highlight modified lines in gutter.
PhpStorm 2022
Uncheck the tick here.
I use version 12.1.4
Easiest way I've found is by right-clicking on the marker at the top of the margin.
Click "Customize Highlighting level" and bring the slider down "syntax".
This may also help:
https://www.jetbrains.com/idea/webhelp/editor-appearance.html
IntelliJ 14.
In dark theme, the change marker at right margin is very eye-distracting. The real problem is we can not close it.
Go to Editor -> Colors and Fonts -> General and
find:
deleted line in gutter
added line in gutter
modified line in gutter
Change to color you like.
Here is the official doc about changes marker.
I have found a solution. Set Editor > General > Error highlighting > Error stripe mark min height (pixels) to 0.

How to adjust where the end of line is in IntelliJ

In IntelliJ (just like in Eclipse) there is a thin grey vertical line in the code editor. I assume that just like in Eclipse, the line is showing where the "end of line" is supposed to be.
2 questions:
1) Where do you adjust how long a line is allowed to be in IntelliJ?
2) If not using the exact same property from #1, where do you adjust where the line is shown in the editor?
Thanks!
Go to Settings → Editor → Code Style → Right Margin (columns).
In IntelliJ 2019 and newer versions, go to Settings → Editor → Code Style. Under the tab General, there are 2 useful settings regarding end-of-line:
Hard wrap at, where you can define the text line maximum length.
Visual guide, where you can add additional guides (add one or more grey vertical line).
For IntelliJ 14 users:
In IDE Settings, Editor → General → Appearance, uncheck show right margin.
While being able to configure the setting I didn't get expected result from it. Later figured out that I didn't use monospaced font in the editor which made the margin setting behave odd. Hope that helps to those looking to solve this particular problem.

JetBrains IDEA: Change color of code completion menu selection highlight in Darcula LAF

Darcula and I are struggling to come to terms. Legibility is poor overall but some things I just have to change:
In this code completion suggestion menu, the selected item is not legible.
Where in the preferences or preferences XML file is the background color of the selected item text set?
You can find the option to change the color of the code auto completion window from the following place.
Open your settings > Editor > Color Scheme > General > Popups and Hints > Completion.
Note: you may also search for the keyword completion in the settings page to find the option fast.
Then adjust the background color and click apply.
You can check the screenshot for a visual reference.
I fixed this 3 days ago. http://youtrack.jetbrains.com/issue/IDEA-103104
Now it looks like this
idea completion http://img32.imageshack.us/img32/6516/ss20130319202811.png
I solved this probleme by downloading a new INTELLIJ THEME named Gradianto and it works nice,
Gradianto allows you to chose beetween 3 darcula theme once it's installed in your intellij, and all of this theme will highlight the selected item clearly with code completion.
Yous install the theme with :
IntellijIDEA --> Preferences --> Plugins --> And you search and install Gradianto theme
Here is the youtube tutoriel where i see it:
https://www.youtube.com/watch?v=NsZZm5f5JD0
Hope that will help
Thanks
I got a nice answer to your question.
This is link : java - Changing the font colour in IDEA code-completion window - Stack Overflow
You just need unable this option :
[
Settings —— Editor —— Code Completion
—— Insert selected variant by typing dot , space ,etc .
]
No doubt of it , it works very well for me !