Starlight Links
IntelliSense for Starlight Markdown and MDX content links.
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.
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.