What is the Development Environment of GODOT?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By jronald
:warning: Old Version Published before Godot 3 was released.

I found GODOT a great project, and found it uses SCons, and found Scons is excellent, so I want to know what is the Development Environment of GODOT, and want to try it.
Thanks very much.

:bust_in_silhouette: Reply From: atze

AFAIK Godot doesn’t have it’s own development environment but qtcreator seems to be a popular choice.
Also have a look at the documentation

Thanks, I’ve tried Qt Creator several months ago, it’s stable and fast, but .h files and .cpp files are separeted in the project file tree, not convenient when there are many files, because the corresponding .h and .cpp are far away, though F2 work, feel not good, it can be more easy by put them together.

jronald | 2016-06-13 13:20

:bust_in_silhouette: Reply From: Warlaan

I recommend using the NetBeans IDE which is multiplatform, has very good C++ support and is able to import Scons projects out of the box.
I have no experience with qtcreator, so all three of these arguments may apply to it as well, but nevertheless NetBeans is worth a look.

I’ll try NetBeans IDE definitely, thanks.

jronald | 2016-06-13 13:21