// work with the default system autocomplete letautocomplete = Autocomplete.getDefault(); // object with all autocomplete items, using label as key letitems = autocomplete.getAll(); // add new autocomplete item autocomplete.add("label", "template value");
Create and update entries in the Editor's global autocomplete system
Example