Include files from your codebase directly in your conversations
@
in the message editor, then begin typing the file path. Select your file from the autocomplete menu that appears.
When you reference a file, Exponent inserts the file content into your message, making the file available for Exponent to focus on and analyze or modify.
Additional notes on file referencing:
I’m trying to understand how the authentication flow works. Here’s our auth middleware:@middleware/auth.js
And here’s how it’s being used in our routes:@routes/user.js
Can you explain how these interact?
In the auth.js file I shared earlier, how would I add support for OAuth?
.gitignore
files are automatically excluded from file references