Skip to content

Commit 08d7309

Browse files
docs: add new screenshot
1 parent cf2e834 commit 08d7309

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ It includes two parts: a UI for ast-grep CLI and a client for ast-grep LSP.
2222

2323
Use [pattern](https://ast-grep.github.io/guide/pattern-syntax.html) to structural search your codebase.
2424

25-
|Search Pattern|Search In Folder|
25+
|Feature|Screenshot|
2626
|--|--|
27-
|<img src="https://github.com/ast-grep/ast-grep-vscode/blob/main/readme/search-pattern.png?raw=true">|<img src="https://github.com/ast-grep/ast-grep-vscode/blob/main/readme/search-in-folder.png?raw=true">|
27+
|Search Pattern|<img src="https://github.com/ast-grep/ast-grep-vscode/blob/main/readme/search-pattern.png?raw=true">|
28+
|Search YAML|<img src="https://github.com/ast-grep/ast-grep-vscode/blob/main/readme/search-yaml.png?raw=true">|
29+
|Search In Folder|<img src="https://github.com/ast-grep/ast-grep-vscode/blob/main/readme/search-in-folder.png?raw=true">|
2830

2931
### Code Replace
3032

@@ -60,9 +62,9 @@ Also see the [quickstart guide](https://ast-grep.github.io/guide/quick-start.htm
6062

6163
### For Contributors
6264

63-
> **⚠️ Important for development**: This repository uses **pnpm** as the package manager.
65+
> **⚠️ Important for development**: This repository uses **pnpm** as the package manager.
6466
> If you're contributing to this project, you must use `pnpm` instead of `npm` or `yarn`.
65-
>
67+
>
6668
> Install pnpm: `npm install -g pnpm` or use `corepack enable && corepack prepare pnpm@latest --activate`
6769
6870
- (optional) setting up ast-grep [project](https://ast-grep.github.io/guide/scan-project.html).

readme/search-yaml.png

1.04 MB
Loading

0 commit comments

Comments
 (0)