There is no such issue at the moment, unfortunately. We have a feature request in our bugtracker: RIDER-111672, please feel free to vote for this issue. As a workaround, you can configure this behavior via DotSettings file. Here's how you can do this system-wide.
Close all running Rider instances
Open %appdata%\JetBrains\Rider{version}\resharper-host\GlobalSettingsStorage.DotSettings
Gutter navigation marks will be disabled when you open any C++ project. You can also use the option ExceptDeclarationDefinition to only hide them for declarations and definitions. Here's what this option looks like in the DotSettings file:
I want to hide this too !
Hey Pierre Olivier Rioux ,
There is no such issue at the moment, unfortunately. We have a feature request in our bugtracker: RIDER-111672, please feel free to vote for this issue. As a workaround, you can configure this behavior via DotSettings file. Here's how you can do this system-wide.
%appdata%\JetBrains\Rider{version}\resharper-host\GlobalSettingsStorage.DotSettings
{Rider Settings}
section of the file to completely disable navigation marks:Gutter navigation marks will be disabled when you open any C++ project. You can also use the option
ExceptDeclarationDefinition
to only hide them for declarations and definitions. Here's what this option looks like in the DotSettings file: