DenoDDeno
Powered by
TifyeT
Denoβ€’11mo agoβ€’
2 replies
Tifye

VSCode JSX prop suggestions

I'm trying out Deno for the first time and can't seem to get proper intellisense for JSX. The IDE does recognize the imported types but I don't get any suggestios on props. See the attached image.

Not too sure if this even is a Deno issue but I though I'd ask. I've looked through a few existing posts but nothing helped.

I'm using VSCode and have initialized a Deno worksapce. This is the entire
deno.json
deno.json

{
    "imports": {
        "@react-pdf/renderer": "npm:@react-pdf/renderer@^4.3.0"
    }
}
{
    "imports": {
        "@react-pdf/renderer": "npm:@react-pdf/renderer@^4.3.0"
    }
}
Screenshot_2025-04-17_193649.jpg
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

deno-rc: JSX in VSCode
PhilPPhil / help
2y ago
Suggestions for minimal JSX rendering?
Mark GMMark G / help
4y ago
import suggestions not working as intended (vscode)
alaaAalaa / help
2y ago