double $
sonicshadow opened this issue · 4 comments
sonicshadow commented
ver:1.6.0
for example:
jqClick and Tab
output :
$$(selector).click(function (e) {
e.preventDefault();
});
kspearrin commented
I am not able to reproduce this.
sonicshadow commented
source code
after delete one $ ,my vs2015 update2 not display double
kspearrin commented
The double $$ is to escape the $ for jQuery. All jQuery snippets are done this way. I am not sure why this is an issue for you, but noone else has reported this problem. I am using VS 2015 Update 2 as well.
Did you install the the snippets through the extension manager?
sonicshadow commented
I think is vs2015 problem, today I update vs2015 update 2 release ,this bug is fixed