lightweight current-file anchor navigator Hash Anchor
Lightweight current-file anchor navigator for VS Code. Hash Anchor only scans the file currently opened in the active editor. It does NOT:
The extension only reads:
Features
Supported Anchor StylesHash Anchor supports multiple comment styles. Examples:
Empty anchors are also supported:
Unnamed anchors will display as:
Parsing RulesAnchors are only matched when the line begins with:
Examples:
These will NOT match:
ModesAuto Mode (default)Tries:
Language ModeUses configured language-specific anchor formats. Example:
Pattern ModeMatches generic comment-like prefixes before Useful for unknown or extension-provided languages. CommandsOpen Current File Anchor ListCommand:
Opens a Quick Pick list of anchors from the current file. Refresh AnchorsCommand:
Refreshes the anchor list and decorations. KeybindingsNo default keybinding is registered. Example:
ConfigurationParsing Mode
Available values:
Pattern Prefix Limit
Limits how many non-whitespace characters are allowed before Range:
Example
Screenshots
|