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
When you start entering a macro with a %{, then the completion will pop up, but it'll incorrectly complete to %{%MACRO. The closing curly parenthesis should only be supplied if it hasn't been typed yet.
The text was updated successfully, but these errors were encountered:
When you start entering a macro with a
%{
, then the completion will pop up, but it'll incorrectly complete to%{%MACRO
. The closing curly parenthesis should only be supplied if it hasn't been typed yet.The text was updated successfully, but these errors were encountered: