Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>indent-based-plaintext-symbolsNew to Visual Studio Code? Get it now.
indent-based-plaintext-symbols

indent-based-plaintext-symbols

zys5945

|
313 installs
| (0) | Free
add symbol support for plaintext, based on indents
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Indent-based Plaintext Symbols

A Visual Studio Code extension that adds symbol support for plaintext files based on indentation levels.

Lines that have "children", which are lines with greater indentation, will be recognized as a symbol.

Supports both whitespace and tabs. Empty lines are ignored.

Example

Document:

Main Section
    Subsection 1
        Detail 1
        Detail 2

    Subsection 2
        Detail 3

Another Section
<tab> Subsection 1
<tab><tab> Detail 1
<tab> Subsection 1
<tab><tab> Detail 1

Symbol outline:

  • Main Section
    • Subsection 1
    • Subsection 2
  • Another Section
    • Subsection 1
    • Subsection 2
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft