Skip to content

Commit

Permalink
docs(vscode): modify demo
Browse files Browse the repository at this point in the history
  • Loading branch information
bisquit committed Aug 14, 2023
1 parent a3ba215 commit 7fd2951
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/vscode/.vscodeignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
assets/demo/
src/
6 changes: 3 additions & 3 deletions packages/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ Once rename a file or directory, then the filenames, dirnames and symbols are re

Select a directory in the explorer, then right-click > `TS Rename All: Rename...`.

<img src="./assets/demo/renameDir.gif" width="100%" />
<img src="https://raw.githubusercontent.com/bisquit/ts-rename-all/main/packages/vscode/assets/demo/renameDir.gif" width="100%" />

### Rename a file

Select a file in the explorer, then right-click > `TS Rename All: Rename...`.

<img src="./assets/demo/renameFile.gif" width="100%" />
<img src="https://raw.githubusercontent.com/bisquit/ts-rename-all/main/packages/vscode/assets/demo/renameFile.gif" width="100%" />

### Rename symbols

Open a TypeScript file, then Cmd + Shift + P > `TS Rename All: Rename symbols`.

<img src="./assets/demo/renameSymbols.gif" width="100%" />
<img src="https://raw.githubusercontent.com/bisquit/ts-rename-all/main/packages/vscode/assets/demo/renameSymbols.gif" width="100%" />

0 comments on commit 7fd2951

Please sign in to comment.