Skip to content
Go back

How to Open Cursor or VSCode From Godot

Posted on:June 27, 2026 at 12:00 PM

Godot can open scripts in an external editor, but the setup is a little different when you want to use Cursor or VSCode. This is how I configured Godot to do it for Cursor.

In your Editor Settings, set the following:

SettingValue
External EditorDisabled
Custom Exec Path/Applications/Cursor.app/Contents/MacOS/Cursor
Custom Exec Path Args{project} --goto {file}:{line}:{col}

Godot Editor Settings showing the external editor configuration for Cursor