D
D
Dmitry Timofeev2017-02-16 10:12:23
C++ / C#
Dmitry Timofeev, 2017-02-16 10:12:23

Method generation with named parameters C# in Visual Studio?

There is: for example, the Manager class, it has the GetList(int param1, string param2) method.
I want to: right-click and get the implementation of the method with named parameters in the form

.GetList (param1: 0, param2: null) {
}

For example, there is something similar - when we put three slashes before the method - we get an XML wrapper with descriptions.
We put three dots - we get something similar, only in the form of an implementation of a method with named parameters.
---
Maybe there is a similar stray in the form of a plug-in?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GavriKos, 2017-02-16
@GavriKos

ReSharper?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question