User Guide
A visual and complete extension to control your excluded files and directories in Visual Studio Code.
🚀 Quick Start
Section titled “🚀 Quick Start”To start using the extension and keep your workspace clean:
1. Exclude items from the Explorer
Section titled “1. Exclude items from the Explorer”You can hide any file or folder directly by right-clicking it from the native VS Code Explorer.
-
Right-click on a file or directory you want to hide.
-
Select the option 🗃️ Exclude with Exclude Manager Pro… (or 🗃️ Excluir con Exclude Manager Pro… if you have the editor in Spanish).

-
A QuickPick window will open, suggesting smart variations of the exclusion pattern (e.g., the exact file, all files with that extension, or the complete parent folder). Select one or more variations and press Enter.
-
The selected patterns will be automatically saved and hidden from your workspace.
⚙️ Features and Management
Section titled “⚙️ Features and Management”2. Interactive Checkboxes
Section titled “2. Interactive Checkboxes”In the Exclude Manager Pro sidebar, each pattern has a checkbox to its left:
- Enabled (Checked): The pattern is written to your
settings.jsonfile astrue, hiding it from the explorer. - Disabled (Unchecked): The pattern is changed to
falsein yoursettings.json, making it visible immediately, but remaining saved in the list so you can hide it again whenever you want.

- Multi-selection (Shift + Click): You can select multiple patterns simultaneously by clicking on a pattern and then pressing
Shiftwhile clicking another. This will select the intermediate range and display a quick action panel at the bottom (with options like Toggle, Pin, Move, and Delete) indicating the number of selected items.

3. Virtual Groups (Folders)
Section titled “3. Virtual Groups (Folders)”You can group multiple patterns under custom virtual folders to organize your space and bulk enable or disable sets of exclusions.

-
Click the folder icon with a plus sign (Create Group / Crear grupo) at the top of the sidebar.
-
Enter the name of your new group.

-
Right-click on any exclusion pattern in your list, select Move to Group… (or Mover a grupo…), and then select the destination group.

-
You can collapse or expand the group folder, as well as check the entire group’s checkbox to enable or disable all its members at once.

4. Pinning Patterns (Pin)
Section titled “4. Pinning Patterns (Pin)”If you have frequently used patterns, you can right-click them and select Pin / Unpin (or Fijar / Desfijar). This will move the pattern to the top section of the tree view (outside of any group), marking it with an orange pin icon to keep it always handy.

5. Filtering with the Search Bar
Section titled “5. Filtering with the Search Bar”You can quickly search and filter your patterns:
-
Click the magnifying glass button (Search) in the Sidebar title bar.
-
Type your query to filter the visual pattern tree in real time.
-
To the right of the Search button in the header, a close button (x) will be enabled. Clicking it will instantly clear the search query and display the complete list again.

Sorting Patterns
Section titled “Sorting Patterns”In addition to searching, you can sort your patterns by clicking the sorting button to the right of the search bar. You will have options to sort them by the order they were added (Default (Added)), alphabetically from A to Z (Alphabetical (A-Z)), or from Z to A (Alphabetical (Z-A)).

6. Scope Toggling (Global and Workspace)
Section titled “6. Scope Toggling (Global and Workspace)”In the top right of the view’s title bar (next to refresh), you will see the Workspace Scope (folder) and Global Scope (house) icons:
- Clicking the Global Scope (house) icon will only display and modify global exclusions from your VS Code user settings (
Global Settings). - Clicking the Workspace Scope (folder) icon will filter and manage only the local exclusions of the current project (
.vscode/settings.json).
