Reference entire directories with complete structure and file contents
@/path/to/folder/
syntax. When you mention a folder, Elastic sees the complete directory structure and all file contents, perfect for understanding complex interactions between multiple files.
@
in the chat input and navigate to folders, Elastic shows you:
@/src/components/
@/utils/
@/api/auth/
@/tests/
@/src/components/ How is this component library organized?
@/api/auth/ Explain the authentication system
@/tests/ Run through the test coverage
@/docs/ Update the documentation structure
/
to indicate a folder@/src/components/ @problems Fix all component errors
@/build/ @terminal Why is the build failing?
@/src/ @git-changes Review the recent changes