Expand completion confirmation to handle completion in Shift selection mode#110411
Expand completion confirmation to handle completion in Shift selection mode#110411Mostafa808 wants to merge 1 commit intogodotengine:masterfrom
Shift selection mode#110411Conversation
Shift selection modeShift selection mode
|
…irmation action while in selection mode
00322aa to
3357e65
Compare
|
The issue was fixed, is this still needed? |
|
The crash issue was fixed, I just updated this PR to be a possible solution to the behavior in this comment |
No, it's fine. |
|
Do any IDEs support selecting while code completing? I'd rather cancel the code completion if a selection is made. |
I do not know an editor with that behavior. |
It is related to this issue: #110393
I am not sure what are all the use cases of this completion function, so I think it requires some testing.
I tested it with additional
()and(while applying completion and it seems to be working fine.