The transform function to transform the suggestion.When the user selects a suggestion, the transform function is called with the selected suggestion and the transform function returns the transformed suggestion.
example
Copy
// when the user selects 'foo',// suggestionPlugin inserts '{{.foo}}' into the input(selelcted) => `{{.${selelcted}}}`;