Symbols (#symbol) expand to the definition of a type, macro, …, or the contents of a whole file. They are a convenient and quick method to provide additional context to the LLM.
Examples:
#i2c_transfer - expands to the declaration of i2c_transfer class
#file:i2c_driver.sv - expands to the contents of i2c_driver.sv