I have installed vscode extension of Node.js Modules intellisense
It’s work when I use mongoose “db.collection.method” such as .find(), .aggregate() …
But it’s fail when I want to call the “Query.prototype.methods”
such as Query.prototype.sort, Query.prototype.select …
In my case just show a JavaScript Array.sort tips as below figure
Which points can I try to check? Many Thanks!
correct suggestion
wrong suggestion
user26580794 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.