Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Azure DevOps Wiki MarkdownNew to Visual Studio Code? Get it now.
Azure DevOps Wiki Markdown

Azure DevOps Wiki Markdown

NI

|
14,048 installs
| (2) | Free
A VS Code extension that makes your local editing of Azure DevOps Wiki files easier.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Azure DevOps Wiki Markdown

Build

A VS Code extension that makes your local editing of Azure DevOps Wiki files easier.

Features

User GUIDs: Editor Decoration & Markdown Previewing

NOTE: If the previewer opens before the query finishes, it will stylize the GUIDs but not replace them with the user's name. The next time the previewer updates, the change should take effect.


User GUIDs: Lookup by Name


User GUIDs: Autocomplete

NOTE: The autocomplete cache is per-instance of VS Code and only contains entries from AzDO queries (either by recognized GUIDs or by results of the insert command).


Table of Contents: Markdown Previewer


Emoji: Markdown Previewer


Settings

For AzDO GUID handling, the extension needs your organization's name and your Personal Access Token (PAT).

{
  "azdo-wiki-md": {
    "organization": "ni",
    "token": "..."
  }
}

NOTE: To use the insert command, the PAT needs full access (unfortunately the permission required is not available through the Web UI). For normal lookup by GUID, only "Identity - Read" permission is necessary.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft