Code completion in TS will automatically work once the TypeScript project is generated by the above steps. Code completion in VSCode is achieved by the property "types": "./godot.d.ts" in the generated package.json file of the TypeScript project. The godot.d.ts file can be generated alone via the Project > Tools > ECMAScript > Generate TypeScript Declaration File editor menu option and added to a package.json file manually to achieve this without a full TypeScript project.
*/
}
// Called every frame. 'delta' is the elapsed time since the previous frame. _process(delta) {