FixItHint¶
- 
class 
Cocotec.CocoPlatform.Coco.FixItHint¶ Properties
- 
Cocotec.CocoPlatform.Coco.SourceRange 
Range{ }¶ The range to replace. If this is a point range (i.e. range.start() == range.end()) this means insert at the given position, before the text that is currently there.
- 
string 
Replacement{ }¶ The string to replace range() by.
- 
Cocotec.CocoPlatform.Coco.SourceRange