kspearrin/Visual-Studio-jQuery-Code-Snippets

double $

sonicshadow opened this issue · 4 comments

ver:1.6.0
for example:
jqClick and Tab
output :
$$(selector).click(function (e) {
e.preventDefault();
});

I am not able to reproduce this.

source code

after delete one $ ,my vs2015 update2 not display double

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?

I think is vs2015 problem, today I update vs2015 update 2 release ,this bug is fixed