I can't seem to get the indent guide to work. No matter what I do all of my code is plastered to the left side. If I try to use the tab key then it gets very jumbled and I can only indent single lines of code, not code blocks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't know what you mean by "indent guide". I suspect that you have word-wrap enabled and are selecting single long lines that you think are multiple lines. Indenting in that case will only indent the first line of the wrapped paragraph, and make lined-up stuff look jumbled.
If word wrap is off, then I don't know why you are seeing this. --Joel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can't seem to get the indent guide to work. No matter what I do all of my code is plastered to the left side. If I try to use the tab key then it gets very jumbled and I can only indent single lines of code, not code blocks.
I don't know what you mean by "indent guide". I suspect that you have word-wrap enabled and are selecting single long lines that you think are multiple lines. Indenting in that case will only indent the first line of the wrapped paragraph, and make lined-up stuff look jumbled.
If word wrap is off, then I don't know why you are seeing this. --Joel