A VSCode extension providing quick access to your projects through a dedicated sidebar view.
- Clear display of all projects in the sidebar
- Automatic sorting by last opened date
- Display of full project paths
- Tooltip with additional project information
- Fast project search via search field (🔍)
- Live filtering from 2 characters
- Search in project names and paths
- Auto-completion of search results
- Automatic addition of newly opened folders
- Update of "Last opened" timestamp
- Prevention of duplicate projects
- Manual addition of new projects (+)
- Deletion of unused projects (🗑️)
- Direct project opening (📂)
- Download the VSIX file
- Open VSCode
- Press
Ctrl+Shift+P
- Type "Install from VSIX"
- Select the downloaded VSIX file
- Click the project icon in the activity bar
- All your projects are displayed sorted by last opened date
- The project path is shown as description
- Click the search icon (🔍) in the project view title bar
- Enter at least 2 characters
- The project list filters automatically
- Select a project using arrow keys
- Press Enter to open
- Click the plus icon (+) in the title bar
- Enter a name for the project
- Select the project folder
- The project appears in the list
- Click the folder icon (📂) next to a project
- OR: Double-click the project name
- Click the trash icon (🗑️) next to a project
- Newly opened folders are automatically added to the project list
- The "Last opened" date is updated each time a project is opened
- The project list is automatically sorted
- Duplicates are automatically prevented
- VSCode version 1.80.0 or higher
Report bugs and submit suggestions for improvements at: GitHub Repository
This extension is licensed under the MIT License.