My Rider Settings
Keymap
Keymap: Settings -> Keymap -> VSCode(macOS).
Collapse Shortcut: Settings -> Keymap -> Main Menu -> Code -> Folding -> Collapse All -> Set to Shift + Command + [
Expand Shortcut: Settings -> Keymap -> Main Menu -> Code -> Folding -> Expand Recursively -> Set to Shift + Command + ]
Style
Do not wrap long lines: Settings -> Editor -> Code Style -> C# -> Line Breaks and Wrapping -> Wrap long lines checkbox should be turned off
Suggestions
Do not suggest Name Spaces: Settings -> Editor -> Inspections -> C# -> Constraints Violations -> Namespace does not correspont to file location checkbox should be turned off
Do not suggest for each: Settings -> Editor -> Inspections -> C# -> Language Usage Opportunities -> For-loop can be converted into foreach-loop checkbox should be turned off
Explorer
Always select opened file: Open a project and see the Explorer window on the left -> Click on the three dots -> Behavior -> Choose Always open file
Plugins
SonarLint
SonarLint by Sonar is a free IDE extension to find and fix coding issues in real-time, flagging issues as you code, just like a spell-checker.
.ignore
The .ignore
plugin helps you manage the .gitignore
file, specifying files and folders to exclude from version control.
VSCode Theme
Provides Visual Studio Code color scheme for JetBrains IDEs. Emulates the VSCode theme within the IDE, easing transitions between environments.
Nightfall Theme
A dark, clean, simple, and elegant theme for JetBrains IDEs.