Reputation: 12480
I'd like to use column guide line to IntelliJ IDE. Anybody knows about this? I couldn't find any solution for the feature?
For example:
Upvotes: 48
Views: 28423
Reputation: 154934
For my IntelliJ version - IntelliJ IDEA 2021.3.3 (Ultimate Edition), on Ubuntu - the setting is named Visual guides and can be found at:
Settings (CTRL-ALT-S) -> Editor -> Code Style -> Visual guides
Upvotes: 6
Reputation: 31232
STEP 1 :
Goto File-> Settings > Code style > General
STEP 2 : Change Right margin (columns) label
STEP 3 : Check on Wrap when typing reaches right margin.
STEP 4 : Goto Editor-> Appearance, check on 4th label (Show right margin)
Upvotes: 21
Reputation: 1206
I use Idea 12. You can find the settings here: First go to:
Now go to:
Hope this helps
Upvotes: 28
Reputation: 66196
If I understand correctly what you're trying to configure, then you need:
Go to IDE Settings -> Editor Settings -> Appearance -> Tick Show right margin
.
Upvotes: 55