Incremental grep extension for Visual Studio Code.
| Setting | Description | Type | Default Value |
|---|---|---|---|
grep.git.preview |
Enable / Disable preview when the item is selected. | boolean | false |
"commands": [
{
"command": "grep.git",
"title": "Grep: Git"
}
]- git grep
- git grep - preview mode
- git grep - regex
Initial Release for prototype.