File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,11 @@ It includes two parts: a UI for ast-grep CLI and a client for ast-grep LSP.
2222
2323Use [ 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 ) .
You can’t perform that action at this time.
0 commit comments