Skip to content

Instantly share code, notes, and snippets.

@Creta5164
Creta5164 / OpenInVSCode.cs
Last active June 2, 2024 06:49
Adds the ability to open with VSCode to the right-click menu to Godot's file system dock.
#if TOOLS
using System.IO;
using System.Linq;
using Godot;
using static Godot.GD;
namespace CretaPark.GodotTools;
[Tool]