Resharper Mnemonic Shortcuts
Resharper Mnemonic Shortcuts
CsharpTypes
| Shortcut | Description |
|---|---|
| b | bool |
| c | char |
| f | float |
| by | byte |
| d | double |
| i | int |
| m | decimal |
| s | string |
| l | long |
| u | uint |
| g | System.Guid |
| t | System.DateTime |
| sb | System.Text.StringBuilder |
CSharpStructureTemplates
| Shortcut | Description |
|---|---|
| c | public class |
| a | public abstract class |
| C | public static class |
| i | public interface |
| s | public struct |
| e | public enum |
CSharpMemberTemplates
| Shortcut | Description |
|---|---|
| vr | A readonly field of type |
| V | private static |
| n | A field of type FixedType initialized to the default value. |
| o | A readonly field of type FixedType initialized to the default value. |
| t | ext |
| m | A method that returns a FixedType |
| M | A static method that returns a FixedType |
| p | An automatic property of type FixedType |
| pr | An automatic property of type FixedType with a private setter |
| pg | An automatic property of type FixedType with an empty getter and no setter |
DotNetGenericTypes
| Shortcut | Description |
|---|---|
| l. | System.Collections.Generic.List |
| h. | |
| *di. | System.Collections.Generic.Dictionary |
| ~ | System.Collections.Generic.IEnumerable |