Closed KirillOsenkov closed 6 months ago
Is this with main? I can't find the commit but I feel like I fixed something related to this recently.
No, we will update to latest and retest
I can confirm this is now fixed.
However if the caret is not at the end of the word, it completes the remainder of the word (unlike C#):
Not sure if this is the desired behavior.
Maybe if there's a single completion, and the word in the editor around the trigger point matches the completion exactly, the completion shouldn't show but the caret should move to the end of the word? This is how C# works.
In any event, this perhaps should be opened in a new bug, since the original repro scenario is now fixed.
Filed #227 and closing this one.
Hit Ctrl+Space and pick the folder from menu:
Press enter. Expected: first image. Actual:
@miloush