Настройка IDE

We assume that you have already cloned and compiled Godot.

Вы можете легко разрабатывать Godot из любого текстового редактора и вызывать scons из командной строки, но если вы хотите разрабатывать с помощью IDE (Integrated Development Environment), здесь вы можете найти инструкции для самых популярных:

Возможно использовать и другие IDE, но их настройка ещё не задокументирована.

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