JetBrains Rider 2018.1 Help

Code Generation

JetBrains Rider provides a variety of ways to generate boilerplate code. For example, you can use undeclared code symbols and automatically generate these symbols based on usages, generate type members, and more.

If the design-time code inspection is enabled in the current file, JetBrains Rider detects missing members and suggests the corresponding quick-fixes for implementing missing members:

Code Generation command in the action list

More ways to generate code are also available with Context Actions and code templates.

In this section:

Last modified: 20 August 2018

See Also