kawamurakazushi / vscode-grep

Incremental grep extension for Visual Studio Code.

Home Page:https://marketplace.visualstudio.com/items?itemName=kawamurakazushi.vscode-grep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vcode grep

Features

Incremental grep extension for Visual Studio Code.

Git Grep (grep.git)

screenshot

Extension Settings

Setting Description Type Default Value
grep.git.preview Enable / Disable preview when the item is selected. boolean false

Commands

"commands": [
  {
    "command": "grep.git",
    "title": "Grep: Git"
  }
]

Project Roadmap

  • git grep
  • git grep - preview mode
  • git grep - regex

Release Notes

0.1.0

Initial Release for prototype.

About

Incremental grep extension for Visual Studio Code.

https://marketplace.visualstudio.com/items?itemName=kawamurakazushi.vscode-grep


Languages

Language:TypeScript 100.0%