Generate type members
![Generating type members with JetBrains Rider Generating type members with JetBrains Rider](https://resources.jetbrains.com/help/img/rider/2024.3/Code_Generation__Index__generate_menu.png)
tip
Depending on your settings, stubs for new members can be generated in different ways. For example, they can throw new
NotImplementedException()
, return default value, or include code that will not compile. You can configure these and other preferences on the page of JetBrains Rider settings CtrlAlt0S.