About 169,000 results
Open links in new tab
  1. Visual Studio Code "Open With Code" does not appear after right ...

    Just installed Visual Studio Code 1.1.1 on a Windows 7 machine. When I right-click on a folder, "Open With Code" does not appear.

  2. Open folder in VS Code from Windows Explorer - Stack Overflow

    Oct 21, 2020 · As Marc L. has already pointed out, reinstallation is the easiest way to activate Open with Code. The reinstallation does not affect the settings and extensions you previously …

  3. Add "Open with Visual Studio Code" shortcut to right click menu

    Jan 29, 2023 · Icon: "Shortcut Icon" (Path to the icon, e.g., "Path to Code.exe in the example") Command: Create a new key in your directory and set the " (Default)" value to the command. …

  4. Add or Remove Open with Context Menu in Windows 11

    Jan 15, 2023 · This tutorial will show how to add or remove the Open with context menu for all users in Windows 11. The Open with context menu allows you to choose an app to open a file …

  5. How to add "Open with vs code", when install vs code via …

    Oct 20, 2021 · When install vs code from exe, we can chose the option to add "Open with vs code" to right click menu: However, when install vs code via Microsoft Store, there is no step …

  6. Visual Studio Code in Explorer's context menu - Stack Overflow

    Mar 4, 2018 · I want to be Visual Studio Code my default editor for all text-based file types in Windows. For Notepad++ there is an extension in the Windows Explorer to provide "Edit in …

  7. Open a project in IntelliJ from folder - Stack Overflow

    Feb 10, 2019 · In the value data field, name your context menu option, for example Open as project. STEP 3: Set the action when the context menu option is clicked Right click on the …

  8. Add or Remove Open with Context Menu in Windows 10

    Mar 17, 2023 · The Open with context menu allows users to choose an app to open a file with. The "Open with" context menu is only available when a single file is selected, and not …

  9. visual studio code - vscode interesting undocumented feature

    Jul 19, 2022 · Alternatively, you can add Open with Code to the Windows Context Menu yourself. To do it, create a new file with .reg extension (e.g. vsCodeOpenFolder.reg) and paste the …

  10. How to customize context menu in Visual Studio Code?

    Oct 12, 2017 · 18 Yes, you can can add menu items to the context menu by creating a personal extension for your own use. In your extension, in package.json, add a contributes.menus …