Ctrl + Space doesn't work when text is too long

Bug
I try pressing ctrl + space, but it only works when I’m in the initial part of the text. When I move to the right(the scrolled part), it stops working.
Mac

I try pressing ctrl + space, but it only works when I’m in the initial part of the text. When I move to the right(the scrolled part), it stops working.
Sign in to leave a comment.
Yaak uses the text proceeding the cursor to filter the autocomplete options. For example “hello wo<CURSOR>” will look up things that start with “wo”
This is why autocomplete doesn’t show when the cursor is directly to the right of longer text (there are no matches).
There should probably be a way of “force invoking” autocomplete by typing a
$or{or some other special character commonly used for template values.