Seve Lee
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 12
-
Created matched bracket highlight color trigger timing
I am confused by matched bracket highlight. You can see in this .gif, when I move the cursor into before fist right bracket, there is no highlight. Then I move right into after first and before sec... -
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 ...