Logo

Visual Find References is a Visual Studio extension presents a graphical, additive reference finding experience.

Get the extension from the Visual Studio Marketplace:

Alternatively see the releases on GitHub:

Latest release Last commit Build status Open issue count

An animated gif paints 1000 words

Introduction 👀

The Visual Find References Visual Studio extension adds a new, graphical reference finding experience to Visual Studio. If you are trying to understand the code flow through a new code base, and find Call Hierarchy a bit limiting, this extension is for you.

Documentation Sections 📖

Supported Environments 🌳

Visual Studio Versions 🆚

Due to the transition to 64-bit, Visual Studio 2022 introduces some architectural differences that necessitate a separate VSIX package. If you’re working with Visual Studio 2019, you will need Visual Find References for Visual Studio 2019 and if you’re working with Visual Studio 2022, you will need Visual Find References for Visual Studio 2022.

Contributing ✋

Any contributions are welcome. Code. Feedback on what you like or what could be better. Please feel free to fork the repo and make changes, the license is MIT so you’re pretty much free to do whatever you like. For more information, please see the contributing section. You can get started by visiting the Visual Find References GitHub repo.

Support 🤝

If you’d like to support the project but you don’t want to contribute code - a really good way to help is spread the word. There isn’t a donation or financial option because honestly I don’t need donations. I am, however, rubbish at ‘marketing’. So any help there would be greatly appreciated! Whether it’s a blog post, a marketplace review or just telling some folks at the office - every little helps.

Thanks ❤

This project wouldn’t be possible without other MIT projects that I used to base my graph code from. Many thanks to the NodeGraph and GraphShape projects.