When styling elements in our app using app.css or styles.css, VS Code provides auto-suggestions. For example, if we type just "back" for background color, it will suggest completions. However, this feature does not work in react.js or index.js. Why is that? Is there a solution or idea to enable this auto-suggestion/auto-complete functionality? Perhaps an extension or something similar. Please forgive my imperfect English.
Looking for a solution to enable auto-suggestion/auto-complete in react.js and index.js files.