I have a third-party JavaScript plugin, but including breaks between IntelliSense files for jQuery. The only way to get IntelliSense back to work with jQuery is to comment out the plug-in. Is there a way to hide the plugin file from the IntelliSense parser?
Service Pack 1 added the following feature:
If you are "anyfile.js" and "anyfile-vsdoc.js" in the same directory, then any links to "anyfile.js" are automatically converted to a link to "anyfile-vsdoc.js" backstage.
"-vsdoc" . "" javascript.
aspx/master. , IntelliSense . ScriptManager.RegisterClientScriptInclude(..).
, JavaScript, , .JSLint .: , , , MSDN: IntelliSense, .
Since you mentioned jQuery, you can also load a nasty script at runtime.
$ getScript ("XXX.js") ;.
Source: https://habr.com/ru/post/1699488/More articles:How to change the signature of a member function for a derived class in Java - javaRelationship Models SAP HR - sapPassing a parameter / object to a ruby block / test before running it with TestRunner - ruby | fooobar.comautomatic class templates? - c ++How to insert rows using a many-to-many relationship - ruby-on-railsHow to save a database with associations in rails protecting mass assignment - ruby | fooobar.comPowerShell, уступающий ОС в жестких циклах - powershellDoes the operator adjust a decent style? - coding-styleRelaxNG (rnc) schema for XHTML extension - xhtmlWhat methods can you use to profile your code - c ++All Articles