About 26,200,000 results
Open links in new tab
  1. Code Navigation - Visual Studio Code

    VS Code provides two powerful commands to navigate in and across files with easy-to-use keyboard shortcuts. Hold Ctrl and press Tab to view a list of all files open in an editor group. …

  2. How to navigate up a folder in VS Code - Super User

    Sep 7, 2018 · I think the only way is use the navigation explorer and click on the folder you want to go. I did a searching in keyboard shortcuts but there are nothing related to "folder …

  3. how to navigate by paragraph or 'block travel' in VS code?

    Sep 3, 2016 · I found this issue on GitHub which discusses cursor navigation by paragraph/code block. Here's what you need to do to enable this functionality: Open the list of Keyboard …

  4. visual studio code - How to open folders in VSCode via Terminal

    May 18, 2017 · You can remove --user-data-dir '/home/myusername/.config/Code - OSS2/' from the script if you want to use default code-oss config folder. When I want to open a folder, I use …

  5. How to switch between folders using keyboard in visual studio code

    Aug 18, 2019 · Then you can navigate there with the errows over the files and with "shift + Tab" and Tab over the folders and the menu. Or you can use "Ctrl + p" or "Ctrl+ e" for the …

  6. Topic 2A: VS Code: Working with Folders, Files, & the Sidebar

    Aug 5, 2023 · Learn how to effectively navigate and use Visual Studio Code with this tutorial, covering topics such as working with folders, sidebar features, switching between files, and …

  7. Mastering Project Structure in VS Code: Best Practices and Tips

    May 7, 2025 · Structure your files and directories in two ways: By feature: Each feature has its own folder (e.g., components, styles, tests). By type: Files are grouped by type (e.g., …

  8. Visual Studio Code Shortcuts for Navigating Your Code

    De-clutter your IDE interface by folding up some code blocks every now and then. It’s super simple, too. All you need to do is press CTRL + ALT + [ or ] (square brackets) to fold or unfold …

  9. How move/copy a file from folder outside of VSCode workspace?

    Sep 12, 2020 · The closest thing to this (at least without add-ons as one of the commenters suggested) is dragging and dropping a file to one of the folders in open in the VS Code …

  10. How to go to previous location in Visual Studio Code (VS Code)

    This function is called "navigate Back", you find it also in the Key Bindings for Visual Studio Code and more accessible within vscode from the keybindings UI.

Refresh