resting
- Total activity 46
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 19
-
Created Support for go lang?
Is there anyway to make rider support go lang, or at least the syntax highlighting? -
Created Is there a way to disable double cmd from showing Tool Window Bars?
Somehow double taping cmd causes the Tool Window Bar to show up.It disappears after releasing the cmd key.However that's annoying as the screen flickers when it does that.I have the Tool Window Bar... -
Created Is there anyway to achieve this code format alignment? Typescript
From this: ``` export type HistoryType = { id: number; // eg: 1 query: string; // eg: Osaka, JP time: string; // eg: 03:14:50 PM}; ``` To this: ``` export type HistoryType = { id : numbe... -
Created Is there a way to access the project structure dialog from Rider?
I *think I used to be able to do it with the cmd + ; shortcut. Had replaced it with AceJump but can't find `Project Structure` from keymaps either. Not super sure if it was Rider where I accessed ... -
Created How do I rename rider projects?
So instead of using the last folder as the project name, I can rename it to whatever I want. For example in this case my folder ends in `/js`, but I want it to be renamed to something like `myproje... -
Created Context Actions to suggest nuget package?
Am expecting context actions to suggest nuget packages for installation, similar to visual studio. Right now, these are the options, but am expecting it to suggest installation for the package high... -
-
Created Is it possible to modify a UI theme's color?
Am using the Carbon theme, but there are some elements that are hard to see. Like these, Is it possible to modify the color of these elements? -
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...