This is a minor issue, but I am in:
When I use jQuery in Visual Studio 2010, I often type in text:
$(
Using Intellisense to search for the identifier of an SomeID object:
$(
then go back and add the quotes:
$('#SomeID').click( function() { etc.. })
It seems to me that if I add a quote first, Visual Studio will go into string mode and I will lose Intellisense to search for the identifier of an object or class.
Am I doing it wrong?
jquery visual-studio-2010 intellisense
jslatts
source share