Skip to content

Commit 3efa565

Browse files
committed
docs: add tips for auto import
1 parent aa67dbc commit 3efa565

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ Because you might not need that. VSCode has built-in feature for auto-import you
4848

4949
<img src="https://i.postimg.cc/7LSDVKDX/auto-import.gif" alt="VSCode built-in auto import" width="100%" />
5050

51+
If auto import doesn't appear, open command palette (`Ctrl`+`Shift`+`P`) and select restart TS server.
52+
53+
![Restart TS server](https://i.postimg.cc/cCPWZWSB/vscode-restart-ts-server.png)
54+
5155
---
5256

5357
## Donation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "JS/TS React/Next.js Snippets",
44
"description": "JS/TS, React/Next.js, React Query, & other Front-end snippets",
55
"icon": "images/logo.png",
6-
"version": "1.4.0",
6+
"version": "1.4.1",
77
"publisher": "afifu",
88
"keywords": [
99
"vscode",

0 commit comments

Comments
 (0)