TeamDocs keeps your team's centralized documentation one click away in the Activity Bar — no matter which project you're working on.
Point it at any folder of Markdown files (e.g. a checked-out docs repo) and TeamDocs gives you a dedicated explorer and a quick-pick search, so you never have to leave your current project to look something up.
A dedicated Team Docs icon is added to the Activity Bar. Click it to see the full folder tree of your documentation, regardless of which project is open in VS Code.
- The view title is automatically set to the name of your docs folder.
- Folders are listed before files, and entries are sorted alphabetically.
- Files and folders matching VS Code's
files.excludesetting are hidden automatically (e.g..git,node_modules).
Clicking any Markdown file in the explorer opens the rendered Markdown preview directly — not the raw source. Non-Markdown files (images, PDFs, code, etc.) open with their default editor.
Supported Markdown extensions: .md, .markdown, .mdown, .mkdn, .mkd, .mdwn, .mdtxt, .mdtext, .text.
Run Team Docs: Search from the command palette (or click the search icon at the top of the Team Docs view) to fuzzy-find any file in your docs folder without leaving your current project.
- Run the command
Team Docs: Search— or click the 🔍 button in the Team Docs view header.
- Type to filter files by name or path.
- Hit Enter — Markdown files open as a rendered preview, everything else opens normally.
TeamDocs reads from a single, globally configured docs folder — so the same documentation is available in every workspace you open. There's no per-project setup.
| Command | Description |
|---|---|
Team Docs: Search |
Fuzzy-find and open a file from your docs folder. |
Team Docs: Open Settings |
Jump straight to the TeamDocs configuration. |
| Setting | Description |
|---|---|
teamdocs.path_to_docs_folder |
Absolute path to the folder containing your team's documentation. Supports ~ and ${HOME} expansion. Example: ~/Docs/engineering. |
If this setting is empty, TeamDocs will prompt you to configure it the first time you open the view.
TeamDocs also honors your VS Code files.exclude setting to filter what shows up in both the explorer and the search results.
- Install TeamDocs from the Marketplace.
- Clone or point to a folder containing your team's Markdown documentation.
- Open VS Code settings and set
teamdocs.path_to_docs_folderto that folder (e.g.~/Docs/engineering). - Click the Team Docs icon in the Activity Bar — your docs are now available in every project.
TeamDocs is one of a few VS Code extensions I build and maintain. You can find the full list — along with the projects and articles I'm working on — at lucasprag.com.
Thank you




