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

Extend "Code Intentions": Event handler generation

Open GhostInTheSteiner opened this issue 4 years ago • 0 comments

The code intentions for Consulo don't live up to their counterparts in other Jetbrains Products such as Rider. Those are all options (even though more intentions apparently work):

image

This is just a one-person project for the most part, so I'll restrict myself to a few intentions that are still lacking and that I personally consider important.

Create handler method intention

image

Only lambdas and delegates are possible. Also allow the generation of an actual handler method like in Visual Studio:

image

image

image

GhostInTheSteiner avatar Dec 19 '20 19:12 GhostInTheSteiner