Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ehsan-mohammadi/which-word
A vscode extension to guess words that sound like your word.
https://github.com/ehsan-mohammadi/which-word
extension spellcheck spelling-corrector typescript vscode vscode-extension
Last synced: about 2 months ago
JSON representation
A vscode extension to guess words that sound like your word.
- Host: GitHub
- URL: https://github.com/ehsan-mohammadi/which-word
- Owner: ehsan-mohammadi
- License: mit
- Created: 2019-08-06T09:41:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T07:27:57.000Z (7 months ago)
- Last Synced: 2024-07-13T08:37:25.034Z (7 months ago)
- Topics: extension, spellcheck, spelling-corrector, typescript, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=EhsanMohammadi.which-word
- Size: 819 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Which Word?
> A vscode extension to guess words that sound like your word.
[![License](https://img.shields.io/github/license/ehsan-mohammadi/which-word.svg?color=orange&label=License)](../master/LICENSE)
[![Visual Studio Marketplace](https://img.shields.io/badge/Available%20on-Visual%20Studio%20Marketplace-blue)](https://marketplace.visualstudio.com/items?itemName=EhsanMohammadi.which-word)
[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/EhsanMohammadi.which-word?label=Version&color=green)](https://marketplace.visualstudio.com/items?itemName=EhsanMohammadi.which-word)
[![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/EhsanMohammadi.which-word?label=Downloads&color=yellow)](https://marketplace.visualstudio.com/items?itemName=EhsanMohammadi.which-word)
[![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/EhsanMohammadi.which-word?label=Installs&color=darkcyan)](https://marketplace.visualstudio.com/items?itemName=EhsanMohammadi.which-word)
[![Visual Studio Marketplace Rating (Stars)](https://img.shields.io/visual-studio-marketplace/stars/EhsanMohammadi.which-word?label=Rating&color=red)](https://marketplace.visualstudio.com/items?itemName=EhsanMohammadi.which-word&ssr=false#review-details)
When you're coding in `vscode`, you may forget the spelling of an english word! It's take time to check the correct spelling and then return to the vscode and continue coding. So, this extension enables you to correct most mistakes.
When you doubt spelling a word, you can simply highlight that word and then press `ctrl + shift + p` and type `Which Word?`. The extension returns you the words that sound like your word. When several corrections are possible, you can see a list of corrections and select one of them.
This extension, use [`datamuse API`](https://www.datamuse.com/api/).
## Getting started
If you just want to use this extension, follow this steps:
- Open `vscode`
- Go to `Extensions`
- Search `"Which Word?"` in Marketplace
- Install the extensionOr simply, Go to the ['Which Word? Marketplace'](https://marketplace.visualstudio.com/items?itemName=EhsanMohammadi.which-word) and install it.
But if you want to run the extension, follow these steps:
- Clone a copy of the repo: `git clone "https://github.com/ehsan-mohammadi/which-word.git"`
- Change to the directory: `cd which-word`
- Install dependencies: `npm install`
- Press `F5` to run the extension.After that, When you doubt spelling a word, just highlight that and press `ctrl + shift + p` and type `Which Word?`. The extension shows you a list of possible corrections and you can select one of them.
**NOTE:** You need Internet to use this extension.
## License
This repository is available to anybody free of charge, under the terms of MIT License (See [LICENSE](../master/LICENSE)).