Skip to content

A utility to save your favorite projects and open them easily in vscode

License

Notifications You must be signed in to change notification settings

ailtonloures/vscode-bookmark

Repository files navigation


VSCode Bookmark

VSCode Bookmark

GitHub Downloads (all assets, all releases) GitHub Release GitHub License

A utility to save your favorite projects and files to open them easily on Visual Studio Code.

Support for

Windows Fedora Debian Ubuntu macOS

Releases

Go to latest

View other releases...

Features

  • Save projects and files to open in vscode;
    • by drag and drop;
    • by file's browser;
  • WSL Integration (Windows);
    • by drag and drop;
    • projects (folders) only;
  • Open bookmarks config to edit order and basename;
  • Auto update;

Development

Requirements

How to use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer.

# Clone this repository
$ git clone https://github.com/ailtonloures/vscode-bookmark

# Go into the repository
$ cd vscode-bookmark

# Install dependencies
$ npm install

# Run the app
$ npm start

Build

After installing all dependencies, you need to run the make command to build the project.

# Go into the repository
$ cd vscode-bookmark

# Run the make command
$ npm run make

Credits

This software uses the following open source packages:

Contributing

Contributions are always welcome, consider opening an issue first and discuss with the community before opening a pull request.

Check out the CONTRIBUTING.md.