All Projects → eamodio → vscode-toggle-excluded-files

eamodio / vscode-toggle-excluded-files

Licence: MIT license
Quickly toggles excluded (hidden) files visibility in the file explorer in VS Code

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Toggle Excluded Files

Quickly toggles excluded (hidden) files visibility in the file explorer.

Excluded files are configured in your settings.json

"files.exclude": {
    "node_modules": true,
    "out": true
}

preview

Features

  • Adds a Toggle Excluded Files command (toggleexcludedfiles.toggle) with a shortcut of ctrl+shift+a (cmd+shift+a on macOS) to either show or restore the current visibility of excluded files in the file explorer

  • Adds a status bar button to toggle the excluded file visibility (optional, on by default)

    • An indicator icon will show when the exclude visibility is currently toggled
  • Adds a Show Excluded Files command (toggleexcludedfiles.show) to show excluded files in the file explorer

  • Adds a Restore Excluded Files command (toggleexcludedfiles.restore) to restore (hide) excluded files in the file explorer

Extension Settings

Name Description
toggleexcludedfiles.statusBar.enabled Specifies whether to show the toggle button in the status bar

Known Issues

None

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].