Hi all,
Now I've met with a question——it seems that VS2012 cannot make brace complete automatically when I define a javascript or jQuery's function, something like:
$(function(){})
What's more——the last ")" will be swallowed if I input "}".
What's the matter?
Hope your VS can be as intellisense as CodeCademy (you can have a try).
Many thanks again!!!
PS:
I've used something like Brance Complete, Visual Assist X (they are both VS's add-in from Visual studio gallery).
For Brace Complete, no work at all.
For VAX, when I say:
$(function(){)——The last "}" cannot be shown out automatically.....