Integrations
Warp has methods of integrating with the most popular development tools. More methods are in the works.
VSCode
Press SHIFT-CMD-C
while in VSCode to open a new session in Warp.

To configure this, use the Apple Menu. Click on Code
-> Preferences
-> Settings
. Type in "terminal" and change Terminal > External: Osx Exec to Warp.app
.

JetBrains IDEs
Press a keyboard shortcut of choice while in a JetBrains IDE to open a new session in Warp.
To configure this, use the Apple Menu. Click on Preferences
, go to External Tools
and click Add
. In this menu, put the following information:
Name: Open Warp
Program:
/Applications/Warp.app
Arguments:
$ProjectFileDir$
Working Directory:
/Applications
Then press Ok
. Now you will be able to Open Warp
from the Apple Menu under Tools
-> External Tools
.

To attach this configuration to a keyboard shortcut, you must go to the Apple Menu -> Preferences
. Then go to Keymap
-> External Tools
. You will find Open Warp
. Right click on it, and select Add Keyboard Shortcut
. Type your desired shortcut and click save! You're ready to open Warp with a keyboard shortcut.

Last updated
Was this helpful?