Files
godot-csharp-vscode/README.md
Ignacio Etcheverry 94e3f57d7a Initial commit
2020-05-09 16:24:06 +02:00

707 B

C# Tools for Godot

Debugger and utilities for working with Godot C# projects in VSCode.

Features

  • Debugging.
  • Launch a game directly from the Godot editor.
  • Code completion for Node paths, Input actions, Resource paths, Scene paths and Signal names.

Requirements

Godot 3.2.3 or 4.0 or greater is required (both versions are currently unreleaded).

A Godot editor instance must be running for the project in order for code completion to work.

Screenshots

Debugging

Nodes code completion

Input actions code completion

Signals code completion