Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

Configuración un IDE

We assume that you have already cloned and compiled Godot.

Puedes desarrollar Godot fácilmente con cualquier editor de texto e invocando scons en la línea de comandos, pero si quieres trabajar con un IDE (Integrated Development Environment), aquí hay instrucciones de configuración para algunos populares:

Es posible utilizar otros IDEs, pero su configuración no está documentada todavía.

If your editor supports the language server protocol, you can use clangd for completion, diagnostics, and more. You can generate a compilation database for use with clangd one of two ways:

# Generate compile_commands.json while compiling
scons compiledb=yes

# Generate compile_commands.json without compiling
scons compiledb=yes compile_commands.json