Resharper is locking my files
Hi, often i press ctrl + s (life learned me) but i have problem visual studio asks me to save as option. I used lock hunter which analyze locked file and it showed me that resharper is locking my files (lock can by undone by pressing space in editor)

Please sign in to leave a comment.
Hello,
Sorry about that. This is clang-tidy integration, where R++ runs clang-tidy in a separate process and displays its result. You can disable it in the inspection menu if file locking is a problem:
We'll investigate if we can change clang-tidy to not lock the files.
Orh, was looking for a solution to this problem for quite some time now...
The fix is not really clean though, clang-tidy is quite useful...
Dorian, the problem with locking the open file should be solved in R++ 2019.2.3, please upgrade if you haven't yet.