consulo / consulo-csharp

Languages: C#
Apache License 2.0
50 stars 6 forks source link

Extend "Code Intentions": Parameter generation #575

Open GhostInTheSteiner opened 3 years ago

GhostInTheSteiner commented 3 years ago

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.

VISTALL commented 3 years ago

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