jquery selector autocomplete for external files?
can I do this:
http://blog.jetbrains.com/webide/2012/08/tips-on-jquery-development-in-webstorm/
in an external js file?
if I write $("#myid"), it doesnt autocomplete for an external js file, but I can still jump to the defination
thanks,
Please sign in to leave a comment.
Hello!
by external javascript, do you mean a file included via <script type="text/javascript" src="script.js"> rather than embedded into a <script> tag?
This works fine for me - see the attached screenshot
Sample project attached
Attachment(s):
untitled2.zip
jquery.png