Add all open files to chat context?

Is it possible to quickly add all open files to chat context? If not, this would be a great feature.

While this may work well with very small code bases, adding all files including ones not relevant to the prompt itself would end up giving a much worse answer, to be honest!

LLMs work best when they have only the context they need and nothing else, too much or too little context is where you get bad outputs from them.

I understand, and I work like this. For each feature I’m working on, I only open the relevant files (usually 2 or 3) in my editor.

Currently, I just manually drag the file tab into the chat window, and it tags it for me. However, a way to add them all automatically would save me dragging 3 individual tabs into the chat all the time.