get_current_line_content


Description:

public virtual string get_current_line_content (string cursor_pos)

Gets the content of a specific line in the currently active file.

Default implementation returns empty string. Subclasses can override to return the line content from their context provider.

Parameters:

cursor_pos

The cursor position (line number as string)

Returns:

The line content, or empty string if not available