OPEN-SOURCE PROJECT

jev.nvim

A Neovim plugin that asks a plain-language question of every function in the buffer and lists every Jev hit in quickfix, ranked by probability.

Stars
3
Forks
0
License
MIT
Last commit
2026-09-19

What Jev does here

Scores each Treesitter function against the user question, splitting across requests if the buffer does not fit. Every hit is listed in quickfix; only hits at or above the threshold get buffer marks.

Finds cross-language shapes that grep misses, and lands the ranked hits in the existing quickfix loop.

Author and repository text is preserved where clear; missing languages are enriched automatically. Checks establish source-level Jev integration, not runtime, safety, or performance validation.