Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Starlight LinksNew to Visual Studio Code? Get it now.
Starlight Links

Starlight Links

Preview

HiDeoo

|
6 installs
| (0) | Free
IntelliSense for Starlight Markdown and MDX content links.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info
Starlight Links extension icon

Starlight Links

IntelliSense for Starlight Markdown and MDX content links.

Integration Status License

Features

Visual Studio Code extension providing IntelliSense for links in Markdown and MDX files for Starlight documentation projects.

[!NOTE]
The Starlight Links extension is currently in early preview and more features will be added in the future.

  • Link completions for internal links and fragments:

    Screenshot of the Starlight Links extension link completions Screenshot of the Starlight Links extension fragment completions
  • Go to definition and follow internal links:

    Preview of the Starlight Links extension go to definition feature
  • Hover internal links:

    Screenshot of the Starlight Links extension hover feature

Configuration

starlightLinks.configDirectories

By default, the Starlight Links extension will look for Starlight configuration files located either at the root of the workspace or in a docs/ subdirectory.

You can customize the directories where the extension will look for Starlight configuration files in your Visual Studio Code User or Workspace settings.

{
  "starlightLinks.configDirectories": [".", "./docs", "./app", "./packages/docs"]
}

starlightLinks.useConsistentLocale

In multilingual documentation projects, the Starlight Links extension will, by default, limit internal link completions to the locale of the currently opened file.

You can disable this behavior and always show all internal links regardless of the locale in your Visual Studio Code User or Workspace settings.

{
  "starlightLinks.useConsistentLocale": false
}

More extensions

  • Toggler - Toggle words and symbols.
  • Create - Quickly create new File(s) & Folder(s).
  • Trailing - Toggle trailing symbols: commas, semicolons and colons.
  • Starlight i18n - Easily translate Starlight documentation pages.

License

Licensed under the MIT License, Copyright © HiDeoo.

See LICENSE for more information.

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