postfix completion autocomplete priority
已回答
I often write postfix "fe" for "foreach", but this postfix is in autocomplete far away after another classes matched for "fe". When I delete char "e" and write again, autocomplete is ok.
请先登录再写评论。
Hi there,
Can you share few screenshots (better a video)?
In my simple case it autocompleted the needed entry even if it has not been highlighted (I just typed $somevar.fe and then [TAB], no other keys).
I cant upload videos, so uploaded to uloz.to service.
https://uloz.to/file/rrsvJB5UhSJB/screencast-from-01-06-20-12-24-27-webm
You have much more code in your real project than me in my test one.
But still: what will happen if you just type $a.fe[TAB] -- without going up/down or editing the entered text? Will it autocomplete postfix entry or will it insert the selected entry from the completion popup? For me it used postfix one.
Excellent, [TAB] was missing. Thank you very much.