Is it possible in any way to make Microsoft Visual Studio Code to auto complete Parse JS SDK?
I know it is possible with some other IDEs by importing the parse-1.5.0.js file, but i found this IDE better...
With nodejs and npm-cli installed, get definition file packager manager(tsd-cli) and install parse.d.ts:
npm install -g tsd
tsd install parse --save
Use tsconfig.json or jsconfig.json to enable autocomplete without reference by comments.
VSCode will find parse.d.ts file and just works! This process is same to any other library.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With