Skip to main content

SearchFilesResult

Description:

  A search result item returned by searchFilesAsync.

pos

Type: Field.

Description:

  The match position in bytes.

Signature:

pos: integer

line

Type: Field.

Description:

  The line number of the match (1-based).

Signature:

line: integer

column

Type: Field.

Description:

  The column number of the match (1-based).

Signature:

column: integer

content

Type: Field.

Description:

  The matched content snippet.

Signature:

content: string