Relative Content

Tag Archive for reactjsvisual-studio-code

Is there a way to print my tree directory of my code folders and files?

I know this question has been asked many times before. I did what was mentioned in the other answers but it did not work. I am trying to find a way to print my tree directory of my code folders with files wether it is though a VScode extension or print it in the terminal so i can copy it. it is a react project if it helps, i use npm, bash

VS Code React File Name Discrepancy

I faced an issue while working in React. Initially, I created a file named card.jsx and imported it into my App.js file. Later on, I decided to rename card.jsx to Card.jsx and tried to import the updated file. Strangely, despite the code running correctly, VS Code showed an error in the editor regarding the import statement.