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.
- 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
Execute the "Open Current File in Delphi" command via:
- Command Palette (Shift+Alt+P) -> "Open Current File in Delphi"
- Default keyboard shortcut: Shift+Alt+D
- Tools | DRipExtensions | Open With...
- Select "Open in VSCode instance" from the list
- Default keyboard shortcut: Shift+Alt+O
- 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
This extension does not contribute any custom settings.
No known issues at this time. Please report any bugs or feature requests on the GitHub repository.
- Default keyboard shortcut (Shift+Alt+D) for 'Open Current File in Delphi' command
- User notification if sending to Delphi via the pipe fails, with suggestion to check Delphi and DripExtensions settings