Open folder in visual studio code
See original GitHub issueIs your feature request related to a problem? Please describe.
Is it possible to show open with code
command when I select some file or directory?
Describe the solution you’d like
When we select the file/folder and press right we get this list of options available. It would be great if we could add an option to open files/folders in visual studio code (if installed).
It would be great if there would be Open in Code
plugin that would be displayed like Everything
in this image.
Describe alternatives you’ve considered
The alternative (and what I do now) is to use the show context menu
but it takes some time to load and is one step more to do.
Issue Analytics
- State:
- Created 9 months ago
- Comments:9 (8 by maintainers)
Top Results From Across the Web
How to open folder in new vs code instance by right ...
In vscode , Go to Files --> New Window, as shown in the image below. This will open a blank vscode window, where...
Read more >How to Open a File or Folder in VSCode from the Terminal
First, let's do the shortcut CMD + SHIFT + P (or CTRL + SHIFT + P for Windows) and type code path which...
Read more >Multi-root Workspaces in Visual Studio Code
Add Folder to Workspace ... The File > Add Folder to Workspace command brings up an Open Folder dialog to select the new...
Read more >How to Open Folder Directly in Visual Studio Code ...
Open that file by double click / hit Enter. It will ask for permission, after that, it will apply a new context to...
Read more >Workspaces in Visual Studio Code
It is easy to add or remove folders in your workspace. You can start off by opening a folder in VS Code and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can use Plugin Runner to open a folder in VS Code. In this case, I just type
r code
while focusing on the folder.Actually the way that plugin runner shortcut works is you navigate to the directory you want to open in File Explorer, then bring up Flow and type
r code
. It will automatically pick up the highlighted explorer path.