https://github.com/ailtonloures/vscode-bookmark
A utility to save your favorite projects and open them easily in vscode
https://github.com/ailtonloures/vscode-bookmark
desktop electron electron-forge electron-store esm javascript nodejs sentry vite vscode
Last synced: about 1 year ago
JSON representation
A utility to save your favorite projects and open them easily in vscode
- Host: GitHub
- URL: https://github.com/ailtonloures/vscode-bookmark
- Owner: ailtonloures
- License: mit
- Created: 2024-08-27T00:48:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T04:03:30.000Z (over 1 year ago)
- Last Synced: 2025-04-14T23:12:18.469Z (about 1 year ago)
- Topics: desktop, electron, electron-forge, electron-store, esm, javascript, nodejs, sentry, vite, vscode
- Language: JavaScript
- Homepage:
- Size: 3.48 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
VSCode Bookmark


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





### Releases
[Go to latest](https://github.com/ailtonloures/vscode-bookmark/releases/latest)
[View other releases...](https://github.com/ailtonloures/vscode-bookmark/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
- [Visual Studio Code](https://code.visualstudio.com/)
- [Git](https://git-scm.com/)
- [Node.js LTS](https://nodejs.org/pt)
### How to use
To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer.
```bash
# 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.
```bash
# Go into the repository
$ cd vscode-bookmark
# Run the make command
$ npm run make
```
### Credits
This software uses the following open source packages:
- [Electron](https://www.electronjs.org/)
- [Electron Forge](https://www.electronforge.io/)
- [Electron Store](https://github.com/sindresorhus/electron-store#readme)
- [Node.js](https://nodejs.org/)
- [ESlint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [Sentry](https://sentry.io/)
- [Vite](https://vite.dev/)
- [Husky](https://github.com/typicode/husky)
- [Update Electron App](https://github.com/electron/update-electron-app)
## 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](./CONTRIBUTING.md).