-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Description
Hi,
This isn't really in issue but more of a "how to question".
Let's assume I wanted to type box:statistic("area"). And my wish is to trigger autocomplete on three different places. Starting with an empty line:
bshould I guess show everything that starts withbincludingbox:. Then I press ENTER to confirm.- my text is
box:which should (immediately) trigger&show the second autocomplete, containing for exampleproperty(,property_at(andstatistic(. So if my text isbox:sthe autocomplete should show onlybox:statistic(. I press ENTER again - My text is now
box:statistic(which should trigger a final provider with a list of suggestions"stat1", "stat2".
Is building such hierarchy possible? Is there some example code somewhere or could it be briefly explained how to do it?
Reactions are currently unavailable