File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,10 @@ public string CopyText
57
57
/// for user on the plugin result. If autocomplete action for example is tab, pressing tab will have
58
58
/// the default constructed autocomplete text (result's Title), or the text provided here if not empty.
59
59
/// </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>
61
64
public string AutoCompleteText { get ; set ; }
62
65
63
66
/// <summary>
@@ -262,6 +265,7 @@ public string PluginDirectory
262
265
/// </summary>
263
266
/// <remarks>
264
267
/// 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.
265
269
/// If the it does not start with the query text, it will not be shown as a suggestion.
266
270
/// So make sure to set this value to start with the query text.
267
271
/// </remarks>
You can’t perform that action at this time.
0 commit comments