ReSharper
 
Get ReSharper
You are viewing the documentation for an earlier version of ReSharper.

Generate Partial Methods

Last modified: 21 July 2022

ReSharper | Edit | Generate Code | Partial Methods

Alt+Insert | Partial Methods (ReSharper_GeneratePartialMethods)

Partial methods are defined in different parts (different files) of a partial type - one part contains the signature of the method while the other part contains its implementation.

The Generate partial methods command will help you create implementation stubs for not implemented partial methods.

This feature is supported in the following languages and technologies:

The instructions and examples given here address the use of the feature in C#. For details specific to other languages, see corresponding topics in the ReSharper by language section.