Seve Lee
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 12
-
Created Is it possible to have Syntax highlighting in structure view?
In Rider, there is not Syntax highlighting in structure window. It will be better to use if have Syntax highlighting like resharper in visual studio. Rider Structure window: VS with Resharper: Al... -
Created Is there a filter for .meta file in find file window?
There is a filter but no .meta option. -
-
Created How to change color of Paramater Information?
I want to change the color of highlighted Parameter Information. -
Created How to DISABLE "Serialized Field Naming Rules" in Rider ?
"Serialized Field Naming Rules" will override other naming rules in Rider. For example, I have : "m_PascalCase" rule for private filed, "camelCase" rule for public filed, Even I turn off insp... -
Created Where can I change the Encapsulate property position?
In rider, I can use Alt+Enter -> Encapsulate field to Auto generate a property from a filed. But the position of generated field is always before the first method. I want to put the generated field... -
Edited Is there a way(shortcut) to jump to outer code?
AnsweredFor example, I have a code block like this: Is there any shortcut that I can jump from cursor 1 to 2, then to 3? -
Created Is there a way(shortcut) to jump to indent start?
Like in this screenshot, is there a shortcut to jump to the start of now highlighted indent line? -
Created How to configure the behaviour of auto add a semicolons after an auto-completion?
AnsweredFor example : I have va and vb as Vector3. When trying to give a value to va. If choose Vetor3.back by tab from auto completion, rider will add a semicolon at the end of line. But if I choose vb ... -
Created Code folding not working in .hlsl files and .shader files?
AnsweredI can get code folding between brackets in .cs file but it is not working in .hlsl and .shader files. Is that a bug or there is still no feature for that? Can I just get a fold function for between...