Code Explorer is an application that helps you easily explore your recently opened Visual Studio Code projects. It provides a user-friendly interface to quickly access and search your projects, making laziest developers life a bit more relaxing.
To install and run VSCode Projects Explorer locally, follow these steps:
-
Clone the repository:
git clone https://github.com/guasam/code-explorer
-
Navigate to the project directory:
cd code-explorer
-
Install the dependencies:
npm install
-
Start the application:
npm run dev
Once the application is running, you can:
- State File Path: Set the state file path from your vscode installation directory.
"C:\Users\{Username}\AppData\Roaming\Code\User\globalStorage\state.vscdb"
- View Recent Projects: See a list of your recently opened Visual Studio Code projects.
- Open Projects: Click on a project name to open it in Visual Studio Code.
To build the application for production usage on windows platform, use this commnad:
npm run build:win
This application is currently supported for the Windows platform. If you'd like to contribute to this project for other platforms (mac, linux, etc.), all pull requests are welcome.