Home > Software engineering >  How to configure VSCode to autocomplete image paths in React?
How to configure VSCode to autocomplete image paths in React?

Time:10-21

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.

CodePudding user response:

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

  • Related