pi-autocomplete-overlay
Displays Pi's native autocomplete menu as an overlay above the editor.
Package details
Install pi-autocomplete-overlay from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-autocomplete-overlay- Package
pi-autocomplete-overlay- Version
1.0.1- Published
- Jul 21, 2026
- Downloads
- 92/mo · 92/wk
- Author
- igor-guari
- License
- MIT
- Types
- extension
- Size
- 5.8 KB
- Dependencies
- 0 dependencies · 2 peers
Pi manifest JSON
{
"extensions": [
"./extensions/autocomplete-overlay.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-autocomplete-overlay
A Pi extension that displays Pi's native autocomplete menu as a floating overlay above the editor instead of below it.
It preserves the native autocomplete behavior, including filtering, selection, and keyboard shortcuts.
Install
pi install npm:pi-autocomplete-overlay
Restart Pi or run /reload after installation.
Requirements
This extension only affects Pi's interactive TUI mode.
License
MIT