continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
19.43k stars 1.69k forks source link

Provide a way to search codebase only without using AI assistance #2991

Open Matheus-Garbelini opened 2 days ago

Matheus-Garbelini commented 2 days ago

Validations

Problem

Hi, use of continue to answer questions based on the codebase is very useful. Is there a way provide a way to only return the results from the semantic search instead of answering the question? Although the main objective of continue is the AI assistance, often I found myself just needing to use a better search option and figuring out where things are in the codebase by myself.

Solution

No response