Skip to content

A VS Code extension that automatically synchronizes files (like .gd, .cs, .tscn) from a source directory to the target Godot project directory, simplifying external editing workflows.

License

Notifications You must be signed in to change notification settings

augustocesarperin/godot-sync-extension

Repository files navigation

VS Code Marketplace Open VSX MIT

Install - Visual Studio Marketplace
Install - Open VSX

VS Code extension to automatically synchronize user-specified files (scripts, assets, etc.) for game projects on godot.

Features

  • Select source and target directories.
  • Configure file extensions to watch.
  • Start/Stop synchronization via UI or commands.
  • View synchronization log in the side panel.

Development

Requires Node.js (18.x or higher).

Setup & Run

  • npm install
  • npm run watch
  • Press F5 to debug.

Build

  • npm run build

About

A VS Code extension that automatically synchronizes files (like .gd, .cs, .tscn) from a source directory to the target Godot project directory, simplifying external editing workflows.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published