ctf0 / vscode-file-shortcut

VSCode extension to provide your own customizable favorite file list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
            },
        ]
    },
]

About

VSCode extension to provide your own customizable favorite file list

License:GNU General Public License v3.0


Languages

Language:TypeScript 100.0%