Skip to content

Chat with relevant symbols

Introduced on 2023-11-10

The app will insert relevant symbols of the current file into the chat so that it can provide more accurate and relevant suggestions. It can be activated by prepending a message with @sense.

For example, you have the following files:

bar.swift
struct Bar {}
foo.swift
func foo() {
Bar()
}

When foo.swift is active, if you prepend the message with @sense, the app will insert the Bar symbol into the chat.

@sense What is Bar?

The app will insert the interface of Bar into the chat.