How to configure VSCode to autocomplete image paths in React?

Viewed 535

My VSCode doesn't autocomplete image paths when using React. Folders and .js files work fine. I try using a few extensions but now the folder/js files are duplicated.

1 Answers

Install path-intellisense in VSCode. Autocompleting paths should not be modifying or duplicating anything.

Related