Continuation of #452
Initial checklist
Affected package
MDX VS Code Extension v1.8.16
Steps to reproduce
The IntelliSense entries for component names after < in .mdx files (attempting to import React components from .tsx files) are missing (No suggestions. shows up):
Inside curly brackets, the IntelliSense auto-import entries appear:
Repo: https://github.com/karlhorky/repro-mdx-analyzer-missing-auto-import-intellisense
Actual behavior
Zero entries in the IntelliSense for ZoomImage
Expected behavior
One entry in the IntelliSense for ZoomImage
Runtime
Node v22.18.0
Package manager
No response
Operating system
macOS Sequoia 15.6.1 (24G90)
Build and bundle tools
Next.js
Continuation of #452
Initial checklist
Affected package
MDX VS Code Extension v1.8.16
Steps to reproduce
The IntelliSense entries for component names after
<in.mdxfiles (attempting to import React components from.tsxfiles) are missing (No suggestions.shows up):Inside curly brackets, the IntelliSense auto-import entries appear:
Repo: https://github.com/karlhorky/repro-mdx-analyzer-missing-auto-import-intellisense
Actual behavior
Zero entries in the IntelliSense for
ZoomImageExpected behavior
One entry in the IntelliSense for
ZoomImageRuntime
Node v22.18.0
Package manager
No response
Operating system
macOS Sequoia 15.6.1 (24G90)
Build and bundle tools
Next.js