Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Markdown Header AdjustorNew to Visual Studio Code? Get it now.
Markdown Header Adjustor

Markdown Header Adjustor

dendron

|
1,203 installs
| (1) | Free
A VSCode extension to adjust the heading level of the selected text
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Heading Level Adjuster

Overview

This Visual Studio Code extension allows users to adjust the heading level of the selected text. It provides three commands: increase heading level, decrease heading level, and set heading level.

Quickstart

  1. Install the extension from the Visual Studio Code marketplace.
  2. Select the text you want to adjust the heading level for.
  3. Open the command palette (Ctrl+Shift+P or Cmd+Shift+P on macOS) and search for one of the following commands:
    • extension.increaseHeadingLevel: Increase the heading level of the selected text.
    • extension.decreaseHeadingLevel: Decrease the heading level of the selected text.
    • extension.setHeadingLevel: Set the heading level of the selected text to a specific level.

Development Guide

  1. Clone the repository and open the project in Visual Studio Code.
  2. Run npm install to install the required dependencies.
  3. Open the .vscode/launch.json file and ensure the following configurations are present:
    • An "extensionHost" launch task.
    • The "args" array contains "--disable-extensions".
    • The "preLaunchTask" is set to "npm: compile".
  4. To run the extension in development mode, press F5 or select "Start Debugging" from the Run menu.
  5. To run the tests, open the command palette and search for "Tasks: Run Test Task", then select "npm: test".
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft