An open API service indexing awesome lists of open source software.

https://github.com/bsmth/follow-xrefs

A VS Code extension for following internal xrefs in MDN content
https://github.com/bsmth/follow-xrefs

Last synced: 8 months ago
JSON representation

A VS Code extension for following internal xrefs in MDN content

Awesome Lists containing this project

README

          

# follow-xrefs

## Features

Follow internal markdown cross-references.
Built for use in (en-US) `mdn/content` but may be useful beyond that if improved / forked.

## Extension settings

This extension contributes the following settings:

- `mdn-xrefs.scanFiles`: Scan a workspace directory for MDN document slugs.

## Known Issues

Locale is hardcoded to `en-US`. This should be configurable in future.

## Developing

Some docs can be found in [Developing.md](./developing.md)