Skip to content

GDCode-Team/GDCode

Repository files navigation

GDCode

Readme RU

GDCode is a code editor developed specifically for GDScript.

This project is currently under development and may contain bugs. If you find one, please let me know.

Features

  • Syntax highlighting.
  • Code autocomplete.
  • Code formatter.

Todo

  • Syntax highlighting
  • Code autocomplete
  • Code formatter
  • UI
  • Custom Themes

Dependencies

Name Link
Rust >= 1.60.0 Site
Godot >= 3.4 Site

Setup

Installation is easy! Just go to the releases section. You can also build the GDCode yourself. Install the dependencies, copy the repository to your hard drive and then run the following commands:

Windows
cd ./GDCode
cargo build