View source
typedef ChangeAnnotation
package languageServerProtocol
import languageServerProtocol.Types
Additional information that describes document changes.
Available since
3.16.0
.Fields
optionalneedsConfirmation:Null<Bool>
A flag which indicates that user confirmation is needed before applying the change.
label:String
A human-readable string describing the actual change. The string is rendered prominent in the user interface.
optionaldescription:Null<String>
A human-readable string which is rendered less prominent in the user interface.