News

New VS Code Tool Eases Writing Microsoft Documentation

A couple years ago, Microsoft revamped its developer documentation experience, turning to an open model in which anyone could contribute to the docs.microsoft.com site. Now, a new Visual Studio Code extension has been published to make that easier.

The Docs Authoring Pack launched on the Visual Studio Code Marketplace last week, providing a collection of extensions to aid with authoring Markdown files, which are famously used for GitHub project README.md introductory files. Markdown lets developers easily write documentation in plain text, which is converted to structurally valid XHTML or HTML files easily presentable on the Web.

Writing Markdown in Action
[Click on image for larger, animated GIF view.] Writing Markdown in Action (source: Microsoft).

According to an announcement blog post published last Friday, the first iteration of the VS Code extension package includes three extensions:

  • Docs Markdown This provides Markdown authoring assistance including formatting text, inserting lists and tables, inserting links to other content, and adding images and other assets. Unlike other Markdown editors, Docs Markdown supports custom Markdown extensions for docs.microsoft.com, such as alerts and code snippets.
  • DocFX This provides a limited docs.microsoft.com-specific Markdown preview to help see what a Markdown file will look like when published.
  • markdownlint This is described as a popular Markdown linter created by David Anson to help ensure Markdown follows best practices.

These tools will let Visual Studio and other Microsoft-centric developers contribute to Microsoft' Docs site, which was announced in June 2016 as a more modern approach, eclipsing the infrastructure supporting the TechNet and MSDN documentation sites that were described as being "built on a 10-15 year-old brittle codebase with an archaic publishing and deployment system that was never designed to run on the cloud."

The Docs Contributor Guide says developers can contribute to the documentation by:

Microsoft hopes all those tasks will be easier with the new VS Code extension, which was climbing toward 500 installs as of this writing and is also hosted on GitHub.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

  • Steve Sanderson Previews AI App Dev: Small Models, Agents and a Blazor Voice Assistant

    Blazor creator Steve Sanderson presented a keynote at the recent NDC London 2025 conference where he previewed the future of .NET application development with smaller AI models and autonomous agents, along with showcasing a new Blazor voice assistant project demonstrating cutting-edge functionality.

Subscribe on YouTube