I need only the code analyze feature of resharper. What options should I check(uncheck) to disable all unneeded stuff (code completion, coloring, intellisence and etc)?
If you doing it for performance reasons, disabling these features probably won't help much, so I'd advise against it if you want to get the most out of R#. That said, here are some things you can turn off.
Disable completion by choosing "Visual Studio" on IntelliSense | General options page.
Check what options you want to turn off on "Editor | Visual Studio Features":
Turn off "Color identifiers" on "Code Editing | C++ | Inspections".
If you doing it for performance reasons, disabling these features probably won't help much, so I'd advise against it if you want to get the most out of R#. That said, here are some things you can turn off.
Disable completion by choosing "Visual Studio" on IntelliSense | General options page.
Check what options you want to turn off on "Editor | Visual Studio Features":
Turn off "Color identifiers" on "Code Editing | C++ | Inspections".