All Collections
General questions
Using cloud code type declaration files in your local VSCode
Using cloud code type declaration files in your local VSCode

cloud code, typescripts, type declaration files, VSCode, intellisense, auto-completion

Jason Liang avatar
Written by Jason Liang
Updated over a week ago

For folks interested in using brainCloud cloud code .d.ts files on their local VScode editor intellisense auto-completion, you can download it from the link below, unzip it, and copy the folder over to your local project root.

If you are using JavaScript in your project, create a jsconfig.json file in your project root folder, for the TypeScript project, it should be tsconfig.json file, then add the folder to the include array field, like below

Now, you are good to go.

Did this answer your question?