Skip to content

Instantly share code, notes, and snippets.

View jamescalderon's full-sized avatar
🎯
Focusing

James Calderon jamescalderon

🎯
Focusing
  • North Florida
View GitHub Profile
@jamescalderon
jamescalderon / jQuery VS Code.md
Last active February 8, 2024 13:44
jQuery Intellisense and Plugins in VS Code

To make VS Code properly implement jQuery intellisense, do the following:

  1. Make a file called jsconfig.json:
{
    "typeAcquisition": {
        "include": [
            "jquery"
 ]