https://github.com/linqlover/resharperrealtimehighlighter
https://github.com/linqlover/resharperrealtimehighlighter
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linqlover/resharperrealtimehighlighter
- Owner: LinqLover
- Created: 2024-10-26T00:24:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-04T23:26:39.000Z (over 1 year ago)
- Last Synced: 2024-12-30T20:25:50.119Z (over 1 year ago)
- Language: C#
- Size: 2.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ResharperRealtimeHighlighter
A simple ReSharper extension that highlights all files that were changed in the most recent git commits. Changed files are updated automatically and efficiently in the background. The number of commits to track can be configured in the ReSharper Options under Tools > ResharperRealtimeHighlighter.
## Installation
```
& .\buildPlugin.ps1
& .\runVisualStudio.ps1
```
After building, copy LibGit2Sharp.dll and git2-a418d9d.dll from the build directory (e.g, `src\dotnet\ReSharperPlugin.ResharperRealtimeHighlighter\bin\ReSharperPlugin.ResharperRealtimeHighlighter\Debug[\lib\win32\x64]`) into devenv folder (e.g., `C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE`).