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

2 Replies