nikiv.dev icon indicating copy to clipboard operation
nikiv.dev copied to clipboard

Cursor extension to find a function in project based on natural language description

Open nikivdev opened this issue 1 year ago • 0 comments

  • 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 file and it will give a result of possible functions that are related to write to file
  • can use https://github.com/raphaelsty/neural-cherche or similar

nikivdev avatar Sep 15 '24 08:09 nikivdev