I thought that the major reason is Vscode does not parse the Jquery.js file because original jquery file is minified, which leads to vscode stop tokenization of the file.
To solve this, open the jquery.js file, right click and select format. The tokenization process will complete.