Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement previewOptions for TextSearchProvider extension API #57186

Closed
roblourens opened this issue Aug 25, 2018 · 0 comments
Closed

Implement previewOptions for TextSearchProvider extension API #57186

roblourens opened this issue Aug 25, 2018 · 0 comments
Assignees
Labels
feature-request Request for new features or functionality on-testplan search Search widget and operation issues
Milestone

Comments

@roblourens
Copy link
Member

The VS Code search view, and the findTextInFiles API, should be able to request the small portion of the search preview that it is able to display.

export interface TextSearchPreviewOptions {
	maxLines: number;
	leadingChars: number;
	totalChars: number;
}
@roblourens roblourens added feature-request Request for new features or functionality search Search widget and operation issues labels Aug 25, 2018
@roblourens roblourens added this to the August 2018 milestone Aug 25, 2018
@roblourens roblourens self-assigned this Aug 25, 2018
roblourens added a commit that referenced this issue Aug 25, 2018
roblourens added a commit that referenced this issue Aug 25, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality on-testplan search Search widget and operation issues
Projects
None yet
Development

No branches or pull requests

1 participant