Skip to content

Instantly share code, notes, and snippets.

@Creta5164
Creta5164 / OpenInVSCode.cs
Last active April 25, 2025 12:04
[Godot 4.4] 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;
using static Godot.EditorContextMenuPlugin;
namespace CretaPark.GodotTools;