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
doggy8088
changed the title
Bug report: Code Snippets used the wrong format of ${0}
Bug report: The new snippets use the wrong format of ${0}
Jul 31, 2022
Code snippets in VSCode should treat
$0
as a ending position. Some of the snippets such asnew
use$0
as a replacement which is wrong.vscode-java/snippets/java.json
Lines 100 to 106 in 3ad9749
Also, some snippets (see below) use
{0:TODO}
as a replacement which is not handy for coding.vscode-java/snippets/java.json
Lines 20 to 40 in 5fa5fbc
The text was updated successfully, but these errors were encountered: