MDX TS Path Alias - Go To Definition Extension for VSCodeThis Visual Studio Code extension enhances the support for MDX files by enabling the "Go to Definition" feature. It resolves import paths in MDX files using the project's Features
InstallationTo install the extension, follow these steps:
UsageOnce installed, the extension will automatically enhance the "Go to Definition" functionality in MDX files. Hover over an import statement or a component, and use the usual shortcut ( RequirementsMake sure you have the "MDX" extension installed in your VSCode editor. You can install it by searching "MDX" in the Extensions view ( Known IssuesThere is a conflict with go to definition on tokens like JSX tags. This is a known issue with the MDX extension. To resolve this, disable the setting in MDX extension named "Enable experimental IntelliSense support for MDX files". The json setting:
ContributingFound a bug or have a feature request? Feel free to open an issue or submit a pull request on our GitHub repository. LicenseThis extension is released under the MIT License. Note: This README is for the VSCode extension that adds enhanced navigation support for MDX files in projects with |