Find answers from the community

Updated 2 years ago

Can we build and do code analysis of

At a glance
Can we build and do code analysis of codebase and we could query, like how login works(and it should provide all files included that are used to build login feature), what trying build is
  1. Get linkage or branches of files and function
  2. Question like (how is auth done? Explain me how to create new user? etc)
Not simple question like where can I find X
@Logan M
L
h
3 comments
Not yet possible, at least not easily

Code is very tricky. The entire codebase cannot fit into the model's context, and sometimes even single files or functions are too long. So you need to be careful with how you split the longer data and how you prompt the model

We may have a solution for this someday πŸ™‚
can you provide some approach closer to that
incase of very large files or functions as you mentioned
Add a reply
Sign up and join the conversation on Discord