This tool returns the content of the current editor page and additional editor information. The editor content can be returned as a file or as a string.
Parameter Name | I/O | Type | Description |
---|---|---|---|
Editor Content [O] | O | File/String | Editor content |
Cursor Line [O] | O | String | Current cursor line (zero based) |
Cursor Column [O] | O | String | Current cursor column (zero based) |
Cursor Offset [O] | O | String | Offset of the selected text |
Selected Text [O] | O | String | Selected text in the editor |
Line Count [O] | O | String | Number of lines in the editor |