Extension Details

- Word Completion
- by PureBlend Software
- 0 Recent Installs | 0 Total Installs
- TextMate-style document word completion. Press Control-Escape to complete the word before the cursor from words already present in the document, and press again to cycle through matches.
- Repository
- Bug Reports
Readme
Word Completion
TextMate-style document word completion for Nova.
Type the start of a word and press Control-Escape. The word before the cursor
is replaced with the next matching word that already appears in the document.
Press Control-Escape again to cycle through more matches; after the last one
it cycles back to what you originally typed.
Features
- Searches forward from the cursor, then wraps to the top of the document.
- De-duplicates matches.
- Smart case: matching is case-sensitive only when your prefix contains an
uppercase letter. - The cycle restarts automatically as soon as you move the cursor or edit text.
- Pure editor-API insertion — nothing is typed or simulated.
Usage
Place the cursor at the end of a partial word and press Control-Escape. The
Complete Word command is also available in the editor's contextual menu.
Changing the shortcut
Open Nova ▸ Settings ▸ Key Bindings, search for Complete Word, and assign
whatever shortcut you prefer.
Release Notes
Changelog
1.0
Initial release. TextMate-style document word completion bound to
Control-Escape: replaces the word before the cursor with the next matching
word already in the document and cycles on repeated presses — searching forward
then wrapping, de-duplicated, with smart case. Insertion goes through Nova's edit
API, so nothing is typed or simulated.
License
MIT License
Copyright (c) 2026 PureBlend Corporation
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.