

The Go to All dialog in Visual Studio is triggered by default with the Ctrl+t shortcut. The second tool, though, is a multi-find tool in Visual Studio 2017 that's accessed by default using Ctrl+t. This will help you deliver software as a series of vertical slices and makes it easier to work within a single folder when working on a feature. Be comfortable using folders to organize your files, ideally around the feature they provide to the user, not the kind of file they happen to be. The first one is the lowly directory/folder. Fortunately, there are tools that make it easier to work with many files.

This isn't a problem unless you have a hard time working with lots of files. It also means my applications tend to have a large number of files.

This helps follow certain SOLID principles, like Single Responsibility and Interface Segregation. I'm a proponent of small, single-purpose files for most things in software applications.
