Skip to content

Code Explorer is a mini app that helps you easily explore your recently opened Visual Studio Code projects.

License

Notifications You must be signed in to change notification settings

guasam/code-explorer

Repository files navigation

Code Explorer

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.



Installation

To install and run VSCode Projects Explorer locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/guasam/code-explorer
  2. Navigate to the project directory:

    cd code-explorer
  3. Install the dependencies:

    npm install
  4. Start the application:

    npm run dev

Usage

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.

Production / Distribution

To build the application for production usage on windows platform, use this commnad:

npm run build:win

For Your Information

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.

About

Code Explorer is a mini app that helps you easily explore your recently opened Visual Studio Code projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published