index.rst 637 B

1234567891011121314151617181920212223
  1. Configuring an IDE
  2. ==================
  3. We assume that you have already `cloned <https://github.com/godotengine/godot>`_
  4. and :ref:`compiled <toc-devel-compiling>` Godot.
  5. You can easily develop Godot with any text editor and by invoking ``scons``
  6. on the command line, but if you want to work with an IDE (Integrated
  7. Development Environment), here are setup instructions for some popular ones:
  8. .. toctree::
  9. :maxdepth: 1
  10. :name: toc-devel-configuring_an_ide
  11. android_studio
  12. clion
  13. kdevelop
  14. qt_creator
  15. visual_studio_code
  16. visual_studio
  17. xcode
  18. It is possible to use other IDEs, but their setup is not documented yet.