pub use ObjectSuffixTransformer;
pub use SemicolonTransformer;
use crateCompletionList;
/// A transformer that modifies completion items after they are generated.
///
/// Transformers are applied to completion items based on the completion context.
/// Use `try_from_env` on each transformer to check if it applies and create it.