Lines Matching +defs:text +defs:only
132 /// The text document's URI.
140 /// The version number of this document. If a versioned text document
212 /// The text document's URI.
244 /// The range of the text document to be manipulated. To insert
245 /// text into a document create a range where start === end.
281 /// The text document to change.
292 /// The text document's URI.
295 /// The text document's language identifier.
304 /// The content of the opened text document.
305 std::string text;
333 /// only incremental updates to the document are send.
426 // Length counts code units of UTF-16 encoded text. (Standard LSP behavior).
428 // Length counts bytes of UTF-8 encoded text. (Clangd extension).
430 // Length counts codepoints in unicode text. (Clangd extension).
468 /// Client supports snippets as insert text.
473 /// This is a clangd extension. (LSP says this is for unrelated text only).
490 /// Client signals that it only supports folding complete lines.
563 /// The client supports change annotations on text edits,
685 /// Clangd implementation note: we only send nonzero percentages in
699 /// Controls enablement state of a cancel button. This property is only valid
781 /// The new text of the range/document.
782 std::string text;
882 // The text document to find symbols in.
994 std::vector<std::string> only;
1019 /// `workspace.workspaceEdit.resourceOperations` then only plain `TextEdit`s
1149 /// This is a clangd extension, set only for workspace/symbol responses.
1205 /// The text document.
1208 /// The position inside the text document.
1253 /// An optional range is a range inside a text document
1259 /// Defines whether the insert text in a completion item should be interpreted
1260 /// as plain text or a snippet.
1263 /// The primary text to be inserted is treated as a plain string.
1265 /// The primary text to be inserted is treated as a snippet.
1292 /// The label of this completion item. By default also the text that is
1322 /// The format of the insert text. The format applies to both the `insertText`
1333 /// An optional array of additional text edits that are applied when selecting
1349 // example, it makes sense to use () only for the functions.
1424 /// This is a clangd-specific extension, it is only available via C++ API and
1446 /// Placeholder text to use in the editor if non-empty.
1453 /// A document highlight is a range inside a text document which deserves
1643 /// The text document.
1717 /// The tooltip text when you hover over this label part. Depending on
1803 /// The text document's URI.
1845 /// The text document.
1854 /// The text document.
1895 /// The text document.
1898 /// The positions inside the text document.
1925 /// A range in a text document that links to an internal or external resource,
1926 /// like another text document or a web site.
1974 /// for memory usage of whole subtree or only that specific node in bytes. All
1997 /// The text document.