Quick Note: Replace in Files

In the next video, we're going to make use of a VS Code feature called "Replace inĀ Files". This allows you to search for a snippet of code in your project, and replace it with another snippet of code.

You can find it in the Edit menu of VS Code.

And you can apply your changes by clicking the "Replace All"Ā button below.

If you are using a different code editor, look for a "Search andĀ Replace"Ā or a "Replace All" feature. This should allow you to do the same thing.