feat: Allow multiple prefix characters to trigger a suggestion (#2896)
* feat: Allow multiple prefix characters to trigger a suggestion * review: Turn `allowedPrefixes` into an array instead
This commit is contained in:
@@ -21,6 +21,11 @@ Allows or disallows spaces in suggested items.
|
||||
|
||||
Default: `false`
|
||||
|
||||
### allowedPrefixes
|
||||
The prefix characters that are allowed to trigger a suggestion. Set to `null` to allow any prefix character.
|
||||
|
||||
Default: `[' ']`
|
||||
|
||||
### startOfLine
|
||||
Trigger the autocomplete popup at the start of a line only.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user