TifyeT
Denoβ€’9mo 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
{
    "imports": {
        "@react-pdf/renderer": "npm:@react-pdf/renderer@^4.3.0"
    }
}
Screenshot_2025-04-17_193649.jpg
Was this page helpful?