Converts a value into a full inline completion.
For example, if the user typed "App", to show "le" as the inline completion, format should return "Apple".
final String Function(T suggestion) format;