Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.32 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.32 KB

Synonym Finder++

Screenshot-from-2021-05-16-18-21-51 Screenshot-from-2021-05-16-18-21-56 Screenshot-from-2021-05-16-18-22-05 Screenshot-from-2021-05-16-18-46-37

Introduction

This VSCode extension allows you to highlight any word(s) and instantly get a list of matching synonym, which you can replace using just a click! This extension is published on VSCode Extension Manager. Just search for Synonym Finder++ in your VSCode!

How to use?

  • Highlight any word or group of words
  • Bring up command window by pressing Ctrl+Shift+P (depends on your keymappings).
  • You will instantly see a list of words that match the highlighted word. Select any that you want to use and press Enter.
  • Your highlighted text will be instantly replaced with the one that you selected!

Technology stack & concepts

  • Typescript