Shortcuts, Editing, Completion - ReSharper Essentials

preview_player
Показать описание
### Get Going with ReSharper and Alt-Enter

After pressing Alt-Enter, we can start typing to find our desired action, which can include navigation methods, refactorings, or one of the several ReSharper tool windows. The list of actions always shows the assigned keyboard shortcut to help us learn faster.

Having Alt-Enter makes it very easy to keep your hands on the keyboard at all time, so you can avoid having to switch between input devices all the time.

### Editing Code and Code Completion

### Generating Code

ReSharper's code generation actions can generate otherwise tedious code for you! Constructors to initialize any set of type members, methods, and properties required by an interface you're implementing, equality checks, formatting members, and more.

### See Also

Рекомендации по теме
Комментарии
Автор

Great video! Nice examples and useful tips!

markusjohansson
Автор

2:38 Im curious what does that .Where() do?

illiakuznietsov
Автор

recommend recording with dark mode on otherwise nice videos

ir