Autocomplete in JavaScript Not as Complete as in TypeScript

Why autocomplete for React element props from library in JavaScript not as complete as in TypeScript as shown above?
I turn off the typescript.external.type.definitions in Registry... due to my previous issue.

0
2 comments

In Typescript project, props completion is powered by Typescript language service by default; in Javascript, it doesn't work because of https://youtrack.jetbrains.com/issue/WEB-54064. Please follow this ticket for updates

0

Okay, thank you for your help Elena Pogorelova

0

Please sign in to leave a comment.