Implement configurable indent guides for LaTeX environment visualization #4165
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implements issue #4123 by adding configurable indent guides (vertical lines showing indentation levels) to the TeXstudio editor, similar to those found in VSCode and OverLeaf.
Features
Example
The feature helps visualize nested structures like:
Where
|
represents the subtle vertical guide lines that appear in the editor.Implementation
This implementation addresses all reviewer feedback:
ShowIndentGuides
flag toQEditor
and implementeddrawIndentGuides()
methodshowIndentGuides
option toLatexEditorViewConfig
with proper UI bindingTechnical Details
The implementation follows existing TeXstudio patterns (similar to
ShowPlaceholders
feature):This enhancement makes it significantly easier to understand and edit complex nested LaTeX structures, addressing a commonly requested feature for improved code readability.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
224.0.0.251
esm.ubuntu.com
/usr/lib/apt/methods/https
(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.