https://github.com/flcdrg/vsshowmissing
Visual Studio extension to generate errors for all missing files
https://github.com/flcdrg/vsshowmissing
hacktoberfest visual-studio visual-studio-extension
Last synced: over 1 year ago
JSON representation
Visual Studio extension to generate errors for all missing files
- Host: GitHub
- URL: https://github.com/flcdrg/vsshowmissing
- Owner: flcdrg
- License: apache-2.0
- Created: 2015-06-09T11:57:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T13:02:54.000Z (over 1 year ago)
- Last Synced: 2025-02-27T03:11:13.651Z (over 1 year ago)
- Topics: hacktoberfest, visual-studio, visual-studio-extension
- Language: C#
- Homepage:
- Size: 1.42 MB
- Stars: 42
- Watchers: 4
- Forks: 9
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Show Missing Files
A Visual Studio extension that looks for file references in projects that refer to files that do not physically exist on the file system. It can also optionally warn about files on disk that are not included in a project.
You can trigger the extension by performing a build on the solution or an individual project.
Missing files are listed in the Error List window. Double-click on an item in the list to navigate to the relevant location in the Solution Explorer.
Right-click on one or more similar items to get a context menu with options to fix the selected warnings.

Visual Studio version-specific releases are published to the Visual Studio Marketplace:
- [Show Missing Files](https://marketplace.visualstudio.com/items?itemName=DavidGardiner.ShowMissingFiles) (Visual Studio 2013, 2015, 2017)
- [Show Missing Files 2019](https://marketplace.visualstudio.com/items?itemName=DavidGardiner.ShowMissing2019) (Visual Studio 2019)
- [Show Missing Files 2022](https://marketplace.visualstudio.com/items?itemName=DavidGardiner.ShowMissing2022) (Visual Studio 2022)

[](https://gardiner.visualstudio.com/Show%20Missing/_build/latest?definitionId=3)
[](https://scan.coverity.com/projects/5748)