Update README.md

This commit is contained in:
Valerii Iatsko 2016-02-08 01:00:29 +01:00
parent 5d245eee1d
commit 363f41bc4d

View File

@ -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.