chenbimo / outline-map

A visual, interactive outline map. Alternative Minimap.

Home Page:https://marketplace.visualstudio.com/items?itemName=Gerrnperl.outline-map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outline Map

A visual, interactive outline map that combines the clarity of the outline with the intuitive overview of the minimap. Alternative Minimap.

version installs rating

trendingWeekly trendingMonthly

Features

  • Follow the cursor

Follow the cursor

  • Quick navigation

Quick navigation

  • Flag diagnostics

Flag diagnostics

  • Color customization

Color customization


Configuration

Changes will take effect after restarting the outline view

  • outline-map.color: color table for specific symbols
  • outline-map.enableAutomaticIndentReduction: Enable automatic reduction of child node indent when parent node label goes out of view
    • no-reduceIndent -> reduceIndent
  • outline-map.follow: Scroll the outline when the cursor moves or the viewport scrolls
    • viewport: When scrolling, the center outline node in the visible area of the editor will be scrolled to the center of the outline view;
    • cursor (default): When the cursor position changes, the outline node where the cursor is located will be scrolled to the center of the outline view;
  • outline-map.hiddenItem: Choose items you do not want to see in the outline.
  • outline-map.maxDepth: Sets the maximum depth of the outline tree

Suggestion: move view to secondary side panel (vscode ^1.64)

Initialize settings


Outline Map relies on (vscode || other extensions) to provide symbol information


Enjoy!

About

A visual, interactive outline map. Alternative Minimap.

https://marketplace.visualstudio.com/items?itemName=Gerrnperl.outline-map

License:MIT License


Languages

Language:JavaScript 51.4%Language:TypeScript 40.5%Language:CSS 8.1%