ceylon-ide-eclipse
ceylon-ide-eclipse copied to clipboard
Double click on "Specify explicit type" quick assist vanishing act
Given something like
value foo = bar.baz();
With the cursor on value
I open the quick assists context menu using the keyboard shortcut (Ctrl+1 for me). I then double click on the second option ("Specify explicit type 'Baz<Whatever>'"). For a moment I get the next menu appearing (where I get to chose which type I want to use out of all the supertypes of the inferred type), but it disappears almost instantly. I'm left with value
having a rectangle around it showing it's the subject of a refactoring.
If I just use the keyboard it works fine.
Hrm. I can't reproduce this on mac. What I suppose is happening is that the linked mode field loses focus for some reason. No idea why.