package saker.build.scripting.model
public class CompletionProposalEditKind
Class containing possible values for CompletionProposalEdit kinds.
The possible values are present as static final String
fields in this class.
The type kinds are interpreted in an ignore-case manner.
Implementation note: This class is not an enum
to ensure forward and backward compatibility. New
kinds may be added to it in the future.
Simple text insertion.