How VS Code’s New Markdown Language Server Boosts Editing Productivity
Microsoft’s recent blog reveals a six‑month effort that delivered a Markdown Language Server for VS Code, bringing advanced features like document outline, smart folding, path completion and more to editors, while also enabling these tools to run in a separate process for better performance.
Microsoft announced that VS Code now includes a Markdown Language Server, developed over six months, to provide advanced Markdown tooling such as document outline, smart folding, path completion, and more to other editors.
The server is powered by two new open‑source libraries: vscode-markdown-languageservice (a TypeScript library offering Markdown processing tools) and the Markdown language server implementation located in the VS Code repository.
Both libraries are in early stages but already shipped with VS Code 1.70+, allowing Markdown features to run in a separate process and avoid blocking other extensions.
Document outline
Document links
Smart folding
Smart selection
Auto‑completion
Rename
Find all references
Go to definition
Broken link diagnostics
Automatic link updates on file move/rename
Developer Matt Bierner explained that an open‑source Markdown language server can benefit many editors, attract contributors, and ultimately improve VS Code itself.
He shared his motivation, describing how manual link updates became tedious and why tooling should handle them.
If you want to contribute, visit the two GitHub repositories, file issues, request features, or submit pull requests.
Related link: VS Code blog post .
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
Programmer DD
A tinkering programmer and author of "Spring Cloud Microservices in Action"
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
