We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MDX VS Code Extension v1.8.9
No response
As noted in #451 (comment), the IntelliSense entries for auto-import of React components in .tsx files (auto-import in an .mdx file) are missing.
.tsx
.mdx
[email protected]
app/message.mdx
ZoomImage
Version: 1.91.0-insider Commit: aea213b7fcc7de5c24ad797ac1af209b159d451f Date: 2024-06-28T06:02:58.030Z Electron: 29.4.0 ElectronBuildId: 9728852 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Darwin arm64 23.5.0
Repo: https://github.com/karlhorky/repro-mdx-analyzer-missing-auto-import-intellisense
Node v20
macOS
Next.js
The text was updated successfully, but these errors were encountered:
mdx.checkMdx
I am getting a similar issue with the VSCode Intellicode extension turning off all hints from this extension
Sorry, something went wrong.
No branches or pull requests
Initial checklist
Affected packages and versions
MDX VS Code Extension v1.8.9
Link to runnable example
No response
Steps to reproduce
As noted in #451 (comment), the IntelliSense entries for auto-import of React components in
.tsx
files (auto-import in an.mdx
file) are missing.[email protected]
and[email protected]
(both enabled)app/message.mdx
, move the cursor to the endZoomImage
and trigger IntelliSense with ctrl-space[email protected]
ZoomImage
and trigger IntelliSense with ctrl-spaceRepo: https://github.com/karlhorky/repro-mdx-analyzer-missing-auto-import-intellisense
Kapture.2024-06-28.at.17.33.21.mp4
Expected behavior
ZoomImage
when only[email protected]
installed[email protected]
enabled)Actual behavior
ZoomImage
when only[email protected]
installed[email protected]
enabled) selecting the entry adds the new import to the bottom of the codeRuntime
Node v20
Package manager
No response
OS
macOS
Build and bundle tools
Next.js
Potentially Related
The text was updated successfully, but these errors were encountered: