Brij
Brij

Reputation: 13141

Install VS DOC file for jQuery in Visual Studio

Using package console in Visual Studio, we install jQuery using

install-package jquery

Is there command to install VS doc file for the corresponding jQuery file as well?

Upvotes: 0

Views: 304

Answers (1)

nicoabie
nicoabie

Reputation: 2894

Yes, Install-Package jQuery-vsdoc

Upvotes: 2

Related Questions