consulo-csharp icon indicating copy to clipboard operation
consulo-csharp copied to clipboard

Extend "Code Intentions": Parameter generation

Open GhostInTheSteiner opened this issue 4 years ago • 1 comments

I tried adding parameters to a method. However Consulo only offers "Create method": image

And in fact, it does create a totally new method! image

Consulo should also be able to allow adding parameters to already exisiting methods (object methods and static methods) as well as to constructors.

GhostInTheSteiner avatar Dec 23 '20 22:12 GhostInTheSteiner

You can use -> Ctrl + F6 on method (Refactor -> Change Signature )

VISTALL avatar Dec 24 '20 10:12 VISTALL