Searched refs:InsertTextFormat (Results 1 – 8 of 8) sorted by relevance
226 func (e InsertTextFormat) Format(f fmt.State, c rune) {230 func ParseInsertTextFormat(s string) InsertTextFormat {231 return InsertTextFormat(parseEnum(s, namesInsertTextFormat[:]))
3373 InsertTextFormat InsertTextFormat `json:"insertTextFormat,omitempty"` member4002 type InsertTextFormat float64 type4314 PlainTextTextFormat InsertTextFormat = 14326 SnippetTextFormat InsertTextFormat = 2
1135 enum class InsertTextFormat { enum1181 InsertTextFormat insertTextFormat = InsertTextFormat::Missing;
1936 LSP.insertTextFormat = Opts.EnableSnippets ? InsertTextFormat::Snippet in render()1937 : InsertTextFormat::PlainText; in render()
948 if (CI.insertTextFormat != InsertTextFormat::Missing) in toJSON()
1802 EXPECT_EQ(R.insertTextFormat, InsertTextFormat::PlainText); in TEST()1814 EXPECT_EQ(R.insertTextFormat, InsertTextFormat::Snippet); in TEST()