How to Find Code in Your Project

Need to find something in a large codebase?

Use search.

How to Find Code in Your Project

Depending on your IDE, you can search for:

  • File names
  • Classes
  • Methods
  • Symbols
  • Text
  • References

For text on the current page, Ctrl + F is often a good starting point.

For larger searches, use your IDE's project or solution search.

Searching is usually faster than opening every file manually.