Tired of getting lost in projects where the files that matter are in folders far apart from each other? Context Organizer lets you organize your files by context, allowing you to navigate through your current work context in an organized way.
- You can choose to show folders tree or only the files name:
-
Add to context: Right-click on any file in the explorer or in the tab and select
Add to context...to add it to a specific context. -
New Context: Click on the
New Contextbutton in the "Contexts" panel to create a new context. -
Remove from context: Right-click on any file within a context in the "Contexts" pane and select
Remove from contextto remove it. -
Copy Contents from Context: Useful for AI purposes, you can copy all content from the files context to clipboard.
- Open Visual Studio Code.
- Go to Extensions.
- Search for "Context Organizer".
- Install the extension.
- VS Code version: ^1.83.0
You can configure the extension settings by changing the .vscode/contexts.json file in your workspace root.
The file contains an array of contexts. Each context has a name and an array of files that are automatically set with the UI.
You can choose to show or hide the folders in the "Contexts" pane by setting the showFolders property to true or false.
If set to true, new files will be added in alphabetically order.
- Ensure the
.vscodefolder exists in your workspace root. If not, the extension will create it.
If you have suggestions or issues, please open an issue.


