Rageken
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
Created When using "Read solution model direct from project/solution files", c++17 standard is not recognized.
Similar problem -> std:c++17 option in unreal project – ReSharper Support | JetBrains My working environment is as follows. Visual studio : 17.0.2 Resharper : 2021.3 Unreal Engine : 4.27.2 Please t... -
Created Redundacies check error
CompletedThe member variable of the structure is subjected to a redundancy test. It seems that the nullptr check for member variables should be excluded from the redundancy test. -
Created std:c++17 option in unreal project
Resharper c++ 2020.2 version does not recognize std:c++17 option in unreal project So I rollback version to 2020.1.4, then it recognize std:c++17 option properly Also tried below. But not worked. h... -
Created Resharper Command Line Tools does not report all issue
Here is my test source code. And run command line tool(inspectcode.x86.exe "C:\Test\Test\Test.sln" -o="D:\downloads\GeneratedByCommandLine.xml" -s=INFO --properties:Platform=x86;Configuration=Debu... -
-
Edited Use CamelHumps Option makes strange Ctrl+Arrow navigation in Korean language
Default Ctrl+Arrow navigation is jump to next whitespace And CamelHumps Ctrl+Arrow navigation is jump to next Upper Character But Korean language not classify Upper and Lower case So Resharper Came... -
Created How to show tooltip using shortcut?
I always move mouse cursor to source code to show tooltip. Is there any way to show tooltip without mouse and intelligence? (eg. Visual Studio Shortcut QuickInfo Ctrl + k + i)