diff --git a/README.md b/README.md index 73a2c08..4095f72 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ A curated list of delightful VS Code packages and resources. For more awesomenes - [Uncategorized](#uncategorized) - [Align](#align) - [beautify](#beautify) + - [Bookmarks](#bookmarks) - [Debugger for Chrome](#debugger-for-chrome) - [Project Manager](#project-manager) @@ -72,6 +73,14 @@ Unfortunately, VS Code doesn't support custom UI themes yet https://github.com/M > Beautify code in place for VS Code +### [Bookmarks](https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks) + +> Mark lines and jump to them + +![](https://github.com/alefragnani/vscode-bookmarks/raw/master/images/bookmarks-commands.png) + +![](https://github.com/alefragnani/vscode-bookmarks/raw/master/images/bookmarks-toggle.png) + ### [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome) > A VS Code extension to debug your JavaScript code in the Chrome browser, or other targets that support the Chrome Debugging Protocol.