Skip to content

Commit eac0330

Browse files
committed
Add instructions on plugins
1 parent 28fe801 commit eac0330

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Core/Sources/SuggestionWidget/SuggestionPanelContent/ChatPanel.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ private struct Instruction: View {
147147
- The text cursor location.
148148
149149
If you'd like me to examine the entire file, simply add `@file` to the beginning of your message.
150+
151+
To use plugins, you can start a message with `/pluginName`.
150152
"""
151153
)
152154
} else {
@@ -160,6 +162,8 @@ private struct Instruction: View {
160162
- The text cursor location.
161163
162164
If you would like me to examine the selected code, please prefix your message with `@selection`. If you would like me to examine the entire file, please prefix your message with `@file`.
165+
166+
To use plugins, you can start a message with `/pluginName`.
163167
"""
164168
)
165169
}

0 commit comments

Comments
 (0)