Skip to content

Commit bf07f2e

Browse files
committed
Improve xml documents
1 parent c895b2a commit bf07f2e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Flow.Launcher.Plugin/Result.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ public string CopyText
5757
/// for user on the plugin result. If autocomplete action for example is tab, pressing tab will have
5858
/// the default constructed autocomplete text (result's Title), or the text provided here if not empty.
5959
/// </summary>
60-
/// <remarks>When a value is not set, the <see cref="Title"/> will be used.</remarks>
60+
/// <remarks>
61+
/// When a value is not set, the <see cref="Title"/> will be used.
62+
/// Please include the action keyword prefix when necessary because Flow does not prepend it automatically.
63+
/// </remarks>
6164
public string AutoCompleteText { get; set; }
6265

6366
/// <summary>
@@ -262,6 +265,7 @@ public string PluginDirectory
262265
/// </summary>
263266
/// <remarks>
264267
/// When a value is not set, the <see cref="Title"/> will be used.
268+
/// Do not include the action keyword prefix because Flow prepends it automatically.
265269
/// If the it does not start with the query text, it will not be shown as a suggestion.
266270
/// So make sure to set this value to start with the query text.
267271
/// </remarks>

0 commit comments

Comments
 (0)