Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>inline-doctoolNew to Visual Studio Code? Get it now.
inline-doctool

inline-doctool

Jzhyang

|
2 installs
| (0) | Free
allows inline documentation of large projects to be conveniently stored and managed
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

inline-doctool README

Provides a way to conveniently associate documentation between files. For example, the database schema defined in a Typescript file can be linked-to via comments in Javascript and Python files.

Features

  • Insert @idoc path anywhere to create a CodeLens link to the file located at path (relative to the current file)
  • Insert @idoc /path anywhere to link to the file located at path (relative to the project root)
  • Insert @idoc path:keyword or @idoc /path:keyword anywhere to link to the first occurence of keyword in the file at path

SourceLinking

Requirements

No explicit requirements

Extension Settings

No configurable settings

Known Issues

No known issues

Release Notes

First release

1.0.0

Initial release of linking features


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