Installation and usage of VS Code extension for Castle Game Engine ( https://castle-engine.io/ ).
We start by installing Castle Game Engine and VS Code.
We then create a new project, simple 2D game.
We add VS Code extension for Castle Game Engine and show it's capabilities:
Code completion, jumping between methods
Searching CGE documentation
Compiling and running CGE project
Debugging (out-of-the-box working experience, no need to write launch.json or tasks.json)
See more details on https://castle-engine.io/vscode .