codeium.vim icon indicating copy to clipboard operation
codeium.vim copied to clipboard

[Feature] Analyze a folder of source codes and create autocomplete based on that

Open pidgeon777 opened this issue 3 years ago • 1 comments

An essential feature would be:

  1. Select a folder containing source codes.
  2. Analyze it by creating a neural network.
  3. Autocomplete based on the neural network built over those files.

This feature is missing from Copilot.

pidgeon777 avatar Jan 21 '23 15:01 pidgeon777

We're thinking about this problem now! Stay tuned in our Discord for updates.

Note to our team: Will leave this issue open until we start putting general issues in our non-vim repo https://github.com/Exafunction/codeium at which point we can move this there.

pqn avatar Jan 21 '23 19:01 pqn

#97 now lets Codeium use context from other open buffers to suggest better completions for the current buffer. In the future we will explore getting context from all files in a folder rather than just open files. We likely will not support fine-tuning the model on the contents of the folder outside of our Enterprise offering.

Closing this issue now.

fortenforge avatar Mar 20 '23 20:03 fortenforge