โ๏ธ Max number of words as a phrase
Definitions¶
- default:
3
- min:
1
- max:
10
Examples¶
Set to 1¶
Input aws sam
doesn't suggest [[AWS SAM]]
as a first item because it regards a current word as not aws sam
but sam
. aws sam local
is the same.
Set to 3¶
Input aws sam
suggests [[AWS SAM]]
as a first item because it regards a current word as not sam
but aws sam
. aws sam local
is the same.
If you input aws sam local
, It shows suggestions according to the following priorities.
- Hit with
aws sam local
- Hit with
sam local
- Hit with
local
Related issues¶
Since¶
v5.0.0