Followup to #395 (where the mentioned I interface is defined).
Consider the following (watch carefully the whitespace characters!):

When you hit Ctrl+Space to add the unimplemented method mymethod you get:

When you have this, instead (please note the missing space after the last-but-one closed bracket):

Then you get the correct result:

Please note, however, that, even in the correct result, I would expect the cursor to be placed inside the implemented method body, not after its closing bracket.
Followup to #395 (where the mentioned
Iinterface is defined).Consider the following (watch carefully the whitespace characters!):
When you hit Ctrl+Space to add the unimplemented method
mymethodyou get:When you have this, instead (please note the missing space after the last-but-one closed bracket):
Then you get the correct result:
Please note, however, that, even in the correct result, I would expect the cursor to be placed inside the implemented method body, not after its closing bracket.