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
Previously the expanded content was found using a rough regex which had
several problems. Instead, simply remember the column that the
completion request starts from, and take the completed string between
the start point and the cursor.
0 commit comments