question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Open folder in visual studio code

See original GitHub issue

Is 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). image

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. image

Issue Analytics

  • State:closed
  • Created 9 months ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

4reactions
z1nc0r3commented, Dec 14, 2022

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.

image

1reaction
deefrawleycommented, Dec 19, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found