You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Completion after display.show(Image. shows global completions not image completions.
You need some following code. The default sample code will suffice.
If the missing bracket is supplied then the completions are correct.
We auto-insert the closing bracket in normal entry, but a user editing a line that shows an image might delete the bracket and image name when swapping to a new image.
Not clear what we can do to improve this but we should investigate.