resting
- Total activity 46
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 19
-
resting created a post, Support for go lang?
Is there anyway to make rider support go lang, or at least the syntax highlighting? -
-
resting created a post, 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... -
resting created a post, 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... -
-
resting created a post, 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 ... -
resting created a post, 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... -
resting created a post, 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... -
resting created a post, -
resting created a post, 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?