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
Hey, your extension is great, but i have trouble with clg each and every day
When using arrow function and clg snippet, the semicolon at the end introduces syntax error
For example:
i am writing code like this:
fetch('x').then(res => clg)
this creates
fetch('x').then(res => console.log();)
which is obviously syntax error and i have to remove the semicolon
is there any chance the semicolon could be removed from the snippet? Thanks for the answer
Would love to create PR for this issue
The text was updated successfully, but these errors were encountered:
Hey, your extension is great, but i have trouble with
clg
each and every dayWhen using arrow function and
clg
snippet, the semicolon at the end introduces syntax errorFor example:
i am writing code like this:
this creates
which is obviously syntax error and i have to remove the semicolon
is there any chance the semicolon could be removed from the snippet? Thanks for the answer
Would love to create PR for this issue
The text was updated successfully, but these errors were encountered: