Add mvp plans for redvault-el
This commit is contained in:
parent
ed369c9ed7
commit
56ce7c5831
1 changed files with 10 additions and 0 deletions
|
@ -24,6 +24,16 @@
|
|||
|
||||
|
||||
## Planning
|
||||
- MVP:
|
||||
- single file overlay
|
||||
- get completion from server with single file context
|
||||
- put completion into overlay
|
||||
- trigger completion while typing, update cursor position etc, with debounce
|
||||
- multi file overlay (with context based on currently open file)
|
||||
- rank by imports/keywords/embeddings, test different approaches against each other
|
||||
- multi file overlay (with context based on cursored function)
|
||||
- better caching
|
||||
- combine file-level/function-level context somehow, cache for recently/commonly used files
|
||||
|
||||
|
||||
### Interface
|
||||
|
|
Loading…
Add table
Reference in a new issue