2

I have searched on this for quite some time and am unable to find an answer after which I've turned to you folks. I am working with the Atom IDE and my query is very simple - I would like to have to vertical faint lines which run from beginning of a code block to its end which improves code readability. I've made several searches on google for an answer to this but am unable to get a solution.

I don't want to fold the code. I just want those awesome lines.

What it is:

enter image description here

What I would like:

http://in.mathworks.com/help/releases/R2015b/matlab/matlab_prog/code_folding_pointer.png

Thank you in advance.

Aakash
  • 21,375
  • 7
  • 100
  • 81

1 Answers1

5

Go to settings and check "show indent guide".

You may also try to install package "indent-guide-improved".

angelito
  • 412
  • 4
  • 10