resting

- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 11
-
Created Possible to fold react Components?
Some folding options I'd like to see, 1. Folding of components, the `<Login ../>` in this case between lines 13-17 2. Folding of conditional renders between lines 11 - 18 3. Folding of round bracke... -
Created Rider for mac flickers when using cmd + ` to switch between windows?
Seems to happen after I'd upgraded to 2022.3. Open 2 or more instances of Rider and try switching between them with `cmd + ``. It flickers between the instances rapidly. Still happening in 2022.3.1... -
Created Set different color schemes for different opened projects
Probably a similar request to this https://rider-support.jetbrains.com/hc/en-us/community/posts/360010331480-Can-I-change-window-color-for-different-solutions-?input_string=Set%20different%20color%... -
Created Is Debug.Write and Debug.WriteLine supposed to work?
They aren't appearing anywhere whether I ran the app or ran with debugger. Tested with clean slate console app. -
Created Is it possible change VCS color in the scrollbar?
Have tried changing the color scheme of VCS added lines, but the scrollbar's indicator is still barely visible. Is there a way to change the color? See the green line the arrow is pointing to. -
Created Can we use vim to move modal selection?
For example when you trigger `Go to File...`, type some name, then want to move the selection down. Instead of pressing the down arrow, can we use vim like hitting the `j` key? -
Created Can Rider's vim work with matchit.vim?
So that we can use % to jump between html tags? If its possible, how do we enable it? -
Edited What is the name of the type of style for react props? Trying to remove italic style.
CompletedAm trying to remove the italic style of react props like the below, but couldn't find the style name of it. Any help please? Those like `className`, `size`, 'isInvalid` etc, under color scheme. Sol... -
Created Specified Font is not saving
Have updated the settings as highlighted in red, but after saving, and restarting Rider, the settings get reset back to default. Is anyone else having this issue or is it my machine? Before restart... -
Created How to show Local Change tab in Git tool window?
AnsweredLike in IntelliJ. Example in the screenshots below. The one with `Local Changes` is from IntelliJ. The one above is from Rider. I want to show `Local Changes` in Rider's Git tool window as well. Ho...