1

I am using eclipse pydev IDE for coding python. I found that by default I am not able to see any lines/dotted lines/indicator which basically shows which "if" statement is being matched for which "else" statement. This is usually shown as a dotted line in other IDEs. I really miss this since if the condition branches out its difficult for me to figure out the matching if else clause. Is there is an option to enable this?

1 Answer 1

1

No, eclipse/pydev do not have column pos indicators. However you can get them with the EditBox plugin for eclipse. I had to customize a little bit this tool because its defaults are too colourfoul. You have to eliminate everything except some of the square lines to get the typical tabulation vertical dotted line marker.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.