Fuzzy Bookmark
is currently in beta. Please note that the commands and the format of the saved files may be different when it is officially released.
This is an extension that allows you to register various things as bookmarks and call them up easily.
Register your frequently used files, URLs, and folders for a comfortable "VSCode Life"!
- Easily register "file", "folder", and "url" as bookmarks.
- Quickly search and browse Bookmarks from the command palette.
First, let's do the setup.
Create a destination folder(~/.vscode/fzb
) and destination file(bookmarks.json
) based on the default set values.
Open the Command Pallet and search for FzB: Setup Fuzzy Bookmarks
.
After the setup is complete, let's register Bookmark.
Open the Command Pallet and search for FzB: Register Bookmarks
.
It is possible to register URLs(http://
or https://
schema), Files and Direcotries.
The value you enter will be automatically recognized as a URL, file, or directory.
If the file does not exist, or if you enter a value with an unidentified schema, the registration will not take place.
Finally, let's check the values we registered!
Open the Command Pallet and search for FzB: Show Bookmarks
.
All you have to do is select one of the registered bookmarks.
Perform setup to use the extension.
Register your bookmark.
You can refer to pre-registered bookmarks.
You can delete the Bookmarks you have registered.
Outputs the saved Bookmarks to a file.
Pull requests and stars are always welcome.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create.
Any contributions you make are greatly appreciated.
- Fork the Project.
- Create your Feature Branch(
git checkout -b feature/amazing_feature
). - Commit your Changes(
git commit -m 'Add some changes'
). - Push to the Branch(
git push origin feature/amazing_feature
). - Open a Pull Request.
- Icons made by Freepik from www.flaticon.com. Thank you so much for offering this for free.
MIT. Click here for details.