You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
A common workflow for me is to clone or pull changes on a repo and then opening it in IntelliJ or VSCode.
For single files, I can often use the “Open in editor” action of a changed file.
But if I want to open the whole project, the fastest way I have found is to click Repository -> “open containing folder”, navigating up one folder and selecting “Open in other application” -> IntelliJ.
Can I create a keybinding to directly open the whole folder in IntelliJ or VSCode?
I tried keybindings like this, but could not get it to do anything. I tried “$path” and “$working_dir”.
Preferred solution
A keybinding command and UI action exists to open the current repository in the editor.
This might need a separate config setting if the command to open a file and a folder differs for your editor
The text was updated successfully, but these errors were encountered:
Problem description
A common workflow for me is to clone or pull changes on a repo and then opening it in IntelliJ or VSCode.
For single files, I can often use the “Open in editor” action of a changed file.
But if I want to open the whole project, the fastest way I have found is to click Repository -> “open containing folder”, navigating up one folder and selecting “Open in other application” -> IntelliJ.
Can I create a keybinding to directly open the whole folder in IntelliJ or VSCode?
I tried keybindings like this, but could not get it to do anything. I tried “$path” and “$working_dir”.
Preferred solution
A keybinding command and UI action exists to open the current repository in the editor.
This might need a separate config setting if the command to open a file and a folder differs for your editor
The text was updated successfully, but these errors were encountered: