nikiv.dev
nikiv.dev copied to clipboard
Cursor extension to find a function in project based on natural language description
- it should probably scan repo, index all, create some kind of index of where function is
- which file? which line?
- then probably try describe all the functions itself and/or use the comments on top of the function
- then let users do queries like
write to fileand it will give a result of possible functions that are related towrite to file - can use https://github.com/raphaelsty/neural-cherche or similar