Text Autocomplete

by Christ Degni
5
4
3
2
1
Score: 54/100

Description

The Text Autocomplete plugin enhances your writing speed by offering real-time word suggestions as you type. It displays a dropdown of potential completions based on the current input, which you can navigate using arrow keys and select using Enter or Tab. Suggestions can also be dismissed with Esc, and Shift+Enter allows default Enter behaviour when the dropdown is active. A custom dictionary lets you add or remove your own words, either through plugin settings or by right-clicking selected text. You can control the number of suggestions shown and manage all plugin behaviour from the settings. Currently, it supports only English and disables itself inside code blocks for clean separation.

Reviews

No reviews yet.

Stats

7
stars
1,447
downloads
2
forks
323
days
56
days
56
days
5
total PRs
0
open PRs
0
closed PRs
5
merged PRs
1
total issues
0
open issues
1
closed issues
0
commits

Latest Version

README file from

Github

Text Autocomplete

Utilize text autocomplete to type more efficiently.

Features

  • A dropdown of suggested words of the currently typed word
  • Replace the currently typed word with a suggestion from the dropdown by:
    • Selecting a suggestion with your cursor
    • Selecting the highlighted suggestion with the enter/tab keys
  • Navigate dropdown suggestions with the up/down arrow keys
  • Hide the dropdown with the esc key at which point all keys have their default functionalities
  • To use the default enter key functionality, additionally hold the shift key: shift + enter

Custom dictionary

The custom dictionary is a list of words you curate that is added to the plugin's dictionary. The words from the custom dictionary can then be suggested in future dropdowns. You can view all words in the custom dictionary from the plugin settings.

Modification
  • Words can be individually added to the custom dictionary in the following two ways:
    • From the plugin settings
    • In the context menu of selected text (accessible via right click)
  • Words can be individually removed from the custom dictionary only from within the plugin settings
  • The custom dictionary can be reset in the plugin settings

Imported dictionaries

In addition to the custom dictionary, dictionaries can be imported. Imported dictionaries can be added/removed in the plugin settings and must be Text Files (.txt) with one word on each line. You can view all imported dictionaries from the plugin settings.

Additional

  • The maximum number of suggestions is modifiable in the plugin settings (3-10)
  • The plugin can be disabled from the plugin settings
  • English is the only supported language at the moment
  • For the time being, all features are disabled within code blocks (typing within code blocks is not supported)
Thanks to everyone using the plugin!

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.