diff --git a/README.md b/README.md index 7dec8df2..3593602d 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,8 @@ out awesome. - [npm Intellisense](#npm-intellisense) - [Parameter Hints](#parameter-hints) - [Partial Diff](#partial-diff) - - [Paste JSON as Code](#paste-json-as-code) + - [Paste JSON as Code](#paste-json-as-code) + - [Paste Text As Image](#paste-text-as-image) - [Path Autocomplete](#path-autocomplete) - [Path IntelliSense](#path-intellisense) - [Power Tools](#power-tools) @@ -837,12 +838,17 @@ Example of toggling `typescript.inlayHints.functionLikeReturnTypes.enabled` by s ![Partial Diff](https://raw.githubusercontent.com/ryu1kn/vscode-partial-diff/master/images/public.gif) -### [Paste JSON as Code](https://marketplace.visualstudio.com/items?itemName=quicktype.quicktype) +## [Paste JSON as Code](https://marketplace.visualstudio.com/items?itemName=quicktype.quicktype) > Infer the structure of JSON and paste is as types in many programming languages ![Paste JSON as Code](https://raw.githubusercontent.com/quicktype/quicktype-vscode/master/media/demo.gif) +## [Paste Text As Image](https://marketplace.visualstudio.com/items?itemName=windmillcode-publisher-0.windmillcode-paste-text-from-image) +> Quickest way to copy and paste text from images greating for retrieving text or code from video content + +![Paste Text As Image](https://raw.githubusercontent.com/WindMillCode/Paste-Text-From-Image/1e51963b6bbf2f30c422a02f467fd035a74d8ed5/assets/demo.gif) + ## [Path Autocomplete](https://marketplace.visualstudio.com/items?itemName=ionutvmi.path-autocomplete) > Provides path completion for visual studio code.