Rider Help

Code Generation

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, Rider detects missing members and suggests the corresponding quick-fixes for implementing missing members:

Code Generation command in the action list

A lot of ways to generate code is also provided with Context Actions and Code Templates.

In this section:

Last modified: 11 October 2017

See Also