mirror of
https://github.com/godotengine/godot-csharp-vscode.git
synced 2026-01-04 18:09:54 +03:00
Initial commit
This commit is contained in:
25
README.md
Normal file
25
README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
Reference in New Issue
Block a user