Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

visual studio code and Parse.com autocomplete?

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...

like image 220
Yirmi Oppenhime Avatar asked Feb 15 '26 09:02

Yirmi Oppenhime


1 Answers

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.

like image 66
Abraão Alves Avatar answered Feb 16 '26 22:02

Abraão Alves



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!