Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Capture Search ResultNew to Visual Studio Code? Get it now.
Capture Search Result

Capture Search Result

in0ho1no

| (0) | Free
This extension capture search result.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Capture Search Result

License Test Release

A Visual Studio Code extension that copies search results to the clipboard in a structured format with a single shortcut. Results are formatted with a configurable separator, making them easy to paste into Excel or other spreadsheet tools.

Features

  • Copy search results to the clipboard with Ctrl+Alt+C
  • Output includes: sequential number, file path, line number, and matched text
  • Configurable field separator (default: ♪)
  • Optionally prepend a column title row and search summary

The shortcut is only available within the Search Editor.

Restart Visual Studio Code after installing this extension.

Output Format

Each result row is formatted as:

No.♪ファイル名♪行数♪検索結果

If the summary and column title options are enabled (default), the full output looks like:

3 件の結果 - 1 ファイル
No.♪ファイル名♪行数♪検索結果
1♪/path/to/file.ts♪10♪matched text here
2♪/path/to/file.ts♪25♪another match
3♪/path/to/file.ts♪42♪yet another match

Settings

Setting Type Default Description
capture-search-result.separator string ♪ Field separator character
capture-search-result.copy-summary boolean true Prepend search summary line
capture-search-result.add-columnTitleRow boolean true Prepend column title row

Requirements

  • Visual Studio Code ^1.110.0
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft