A Visual Studio Code extension that lets you open the file you're currently editing directly in the Delphi IDE.
Requires DRipExtensions to be installed and configured in Delphi.
Features
Opens the current file in VS Code directly in the Delphi IDE
Seamless switch between VS Code and Delphi
Easy to use via Command Palette, context menu, or keyboard shortcut
Usage
Switch from VS Code to Delphi
Execute the "Open Current File in Delphi" command via:
Command Palette (Ctrl+Shift+P) -> "Open Current File in Delphi"
Default keyboard shortcut: Shift+Alt+D
Right-click context menu in the editor or file explorer
Switch From Delphi to VS Code
Tools | DRipExtensions | Open With...
Default keyboard shortcut: Shift+Alt+O
Select "Open in VSCode instance" and push enter.
Requirements
VS Code 1.102.0 or higher
Delphi IDE installed and configured
DRipExtensions 4.10.0 or higher must be installed and configured in Delphi
Installation
Open Visual Studio Code
Go to the Extensions view (Ctrl+Shift+X)
Search for "Open in Delphi"
Click "Install" on the extension by Mattia72-OpenInDelphi