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.
Overview
This release contains a new feature that allows toggling the space terminator upon autocompletion!
Notes
- New space terminator enabling setting added
- When enabled, upon autocompletion the cursor will automatically jump an additional space for you to start your next word
Contributor Spotlight: @dwlee0802