Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+11 votes

Is their a way to search through (control f) all the different react files to find a specific word/ line of code?

asked in CSC490_Spring202021 by (1 point)

3 Answers

+3 votes
+3 votes

I believe Ctrl + Shift + F should allow you to search through all files in the currently opened folder

answered by (1 point)
+3 votes

As Andrew mentioned, Ctrl + Shift + F should be sufficient to search throughout your project.

You can also use Ctrl + P to search for file name, and Ctrl + click onto any name and that'll lead you to where the variable/function is declared.

answered by (1 point)
...