Composer Self-Keyword search for context

I’ve recently gotten into the habit of ‘vibe coding’ but often times composer seems to fails at getting the right context for my question -

It would be really efficient if composer had the ability to consider the relevant variables and code snippets for my question - this leads to me using chat instead and selecting the relevant code snippets manually myself.

I think it would be great if Composer could conduct an internal keyword search to determine the code snippets which are relevant to my question, and then add them as context to my prompt for the LLM answering my question.

P.S - This would save me so much time searching through the relevant files (using keyword search myself) to find the relevant code snippets to add as context

Yeah that would be super useful - having Composer automatically detect and include relevant code snippets based on keywords in your question would definitely streamline things

You can use @Codebase (Cursor – @Codebase) in Composer which helps scan through your codebase for relevant files, but having automatic keyword-based snippet detection would take it to the next level

I’ll pass this feedback along to the team since it could really help with the “vibe coding” workflow you mentioned

1 Like