This is the list of commands and keybindings for related bits:
-
USE robabc as PUBLISHER when providing new version of premium edition.
- Add recent items to top of file list.
- Publish under
robabc
to give customers access to v1? - Add more tests?
- broot-like commands available on files. Could use
Terminal.sendText
? See https://code.visualstudio.com/api/references/vscode-api#Terminal - Use caching to get last location used, rather than using default location configuration option? Review config items related to this.
File Bunny: Copy Active File as Base64
File Bunny: Open Folder As Template
orFile Bunny: Create New Project from Template
- Add multi-root workspace support.
- Cannot delete active file if it is image. No way to reference active editor. Awaiting change from this open issue.
- Navigate to your home folder by typing ~ into the search box, or step up to the parent folder by typing ..
- Quickly toggle excluded files?
- Peek files like https://github.com/abierbaum/vscode-file-peek
- Batch actions required?
- Allow automatic creation of a folder?
- Use brace expansion https://www.npmjs.com/package/brace-expansion ?
- Only async methods are used for IO operations. These are 2.3X faster than their sync counterparts.
- Use caching for calls for Browser's reading of folder.
- Modern mode is used when reading directories, which is 2X faster. The
stats
option is disabled. An additional call for symbolic links (fs.stat
) is still present.