CTRL + Shift +N: Search open files

CTRL +K: Commit code quickly

CTRL +F: Quickly find the keywords of the current component

CTRL + Shift +F: Global search keyword — code

Double click shift: Find filename globally — Find file

How do I view and install the latest version of typescript? Run the following command

npm info typescript version
Copy the code

Change typescript to the latest version in package.json and run yarn install. The current version of typescript is automatically uninstalled and the latest version is installed.