Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>File ShortcutNew to Visual Studio Code? Get it now.
File Shortcut

File Shortcut

ctf0

|
561 installs
| (2) | Free
add/open/delete your favorite file list
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

File Shortcut

based on https://github.com/ejabu/vscode-file-shortcut + extra options

Features

  • preview/open saved list
  • add/delete file
  • add/delete group
  • move file from group to another
  • add alias to file
  • sort list
  • update file path on rename

Example

"fileShortcut.list": [
    {
        "name": "config",
        "documents": [
            "/path/to/abc.json",
            {
                "filePath": "/path/to/somefile.txt",
                "alias": "ideas"
            },
        ]
    },
]
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft