What are the equivalent Atom pad guides, as in parentheses?

What are the equivalent Atom pad guides, like a single bracket, do vertical lines display connecting the appropriate start and start and end / close combinations or keywords?

+5
source share
4 answers

Atom supports “indentation guides” and even calls it the same, you can access the configuration by choosing Settings View: Open from the Command Palette or by pressing Ctrl - , (Control + Comma). Scroll about two-thirds of the way down and check the box to enable or disable the indentation guide:

Screenshot with indentation tips in settings

When turned on, they look like in the editor:

Indented screenshot

+12
source

An “improved” package was also found in Atom if the Atom indent-guide does not cut it.

https://atom.io/packages/indent-guide-improved

The repo seems to be updating.

+2
source

UPDATE : show indent guide now under the Editor tab in the settings.

Screenshot:

enter image description here

+1
source

Haha Today I ran into this problem. If I understand your question correctly, do you want to know how to enable this feature?

Go to settings / preferences, and then scroll down and select the "show indent index" checkbox.

Example

0
source

Source: https://habr.com/ru/post/1246500/


All Articles