Philwave
- Total activity 68
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 21
-
Created Option dialog sometimes open oversized (HDPI issue I guess)
Problem: When opening the Options dialog, it is sometimes oversized.I have three screens, scaled respectively at 100%, 150%, and 200%. I always use the Options dialog on my main screen (100% scale)... -
Created Mouse back-forward buttons navigation
I am aware of the option "Use ReSharper navigation history for mouse back/forward navigation" but whether On or Off, it has no effect. I know there are various past reports about this, but I can't ... -
Created Opening a local file from some comment text
I can successfully call external URLs from comment tags thanks to the following:https://www.jetbrains.com/help/resharper/Navigation_and_Search__Navigating_Between_To_do_Items.html#linking-to-do-ite... -
Created Add #include statement
Given a selected identifier in the code editor, I wish there would be a command to tell R++ to insert the corresponding #include statement at the top of the source file. I am surprised not to find ... -
Created Exclude a folder and its sub-folder
I have lots of third-party codes I want to exclude.Many of them are located in deep folder hierarchies.I wish I could exclude the root folder only and not each sub-folder individually. I can't find... -
Created Applying naming style to a class
As part of old code refactoring, I wish to rename class methods from UpperCamelCase to lowerCamelCase. Not one method by one method, of course, but as a batch operation (even overnight).Is there a ... -
Created Copy Code Reference
I would like to make a shortcut to the Resharper++ command "Copy Code Reference...".But I can't find this command in the Visual Studio Command window, where we can define shortcuts. Is this a bug o... -
Created The new version 2022.2 fails to install
I tried several times. The log indicates 3 errors, but I can't decipher this log. I only tried to install it for the latest official MSVC 2022. Fortunately, removing this partial installation and r... -
Created clang-tidy configuration file and code cleanup
There is a Resharper option to use a custom clang-tidy configuration file. But it is not taken into account with Code Cleanup, even if I activate the CodeCleanup option "other-fixits".Is it a bug o... -
Created How do I disable the 'Navigate to' icon that pollutes the gutter margin of every single line in my C++ header file?
There is a 5 years old equivalent question, and the answer was:The setting you're looking for is "Show gutter icons" in the "Code editing | C++ | Inspections" page.Unfortunately, in the latest Resh...