It's 2023, is there any way I can use JetBrains' resharper in linux?
Hello everyone. I want to use resharper in Linux. I saw there's a inspectcode.sh in the source code, but I cannot find any document about how to use it in linux.
If you could give me any documentation I would be very grateful.
Please sign in to leave a comment.
Hello,
What for do you want to use ReSharper in Linux, could you elaborate?
You can download and run InspectCode for Linux same as you do on Windows (https://www.jetbrains.com/help/resharper/InspectCode.html). InspectCode is a command-line tool that runs R# code analysis. But it probably won't help you for C++ projects since you can't build a C++ MSBuild project on Linux.