File Ops
Overview1. File Import - Paste relative path to imported files 2. Bookmarks - Bookmark files & easily access them 3. Quick Switch - Switch between file pairs. ex. switch between .css & .js from same folder using 4. Related Files From Same Folder - View files (except current file & folders) from the current folder & switch to them 5. File Group - Load/Save group of files 6. Copy File Name - Copy current file name using the command 7. Transform Text - Hightlight & transform text using 8. Stringify Text - Hightlight & JSON.stringify() text using 9. Toggle CaseSensitive & SearchWholeWord - Toggle
FeaturesFile Import
Bookmarks (Earlier File Tag)
Quick SwitchQuickly switch between file pairs. ex., Switch between Define custom pairs using the exposed setting (fileOps.fileSwitch.excludeFiles) Note: By default, Example 1 - Switching between
|
Feature | Shortcut | Description |
---|---|---|
FileOps (Switch): Quick Switch | Cmd+E / Ctrl+E |
Switch between file pairs. ex., switch between .css & .js file using the shortcut |
FileOps (Switch): Show Other Files in Current Directory | Cmd+Shift+E / Ctrl+Shift+E |
Show all files (except active file) from current folder |
FileOps (Import): Copy Current File Path | Cmd+Shift+C / Ctrl+Shift+C |
Copy absolute path of current file |
FileOps (Import): Paste Relative File Path | Cmd+Shift+V / Ctrl+Shift+V |
Paste relative path to the copied file |
Settings
Setting | Default value | Description |
---|---|---|
fileOps.fileSwitch.quickSwitchPairs | [".js,.ts/.css,.sass,.scss", ".js/.js", ".json/.md"] |
Define file pairs to enable switch between them.ex., [".json/.md"] will enable switching between .json & .md files |
fileOps.fileSwitch.excludeFiles | ["index.js"] |
File names to be excluded from quick switch |
fileOps.fileImport.addQuotes | false |
Wrap the relative path in double quotes |
fileOps.fileImport.addFileExtension | true |
Retain the file extension of relative path |
Other projects
- Dev Box - A UI for local storage
- Array Builder - A free tool to visualize the output of array operations
- Code404 - Micro-blogging on Web development
Support
If you liked this extension consider supporting here