Home > Article > Development Tools > How to view saved records in vscode
How to view saved records in vscode:
1. First, install a Local history plug-in in the VSCode extension
2. Installation and operation: After installation, modify the productManage/supplierList/addSupplier.vue file and save it. A .history folder will be automatically added in the code directory.
Recent files: Click to View the modified code content, the latest data from top to bottom, the last one is the latest modification
Modification content: click on the modified file.vue, right-click the mouse -> Compare with the selected project- > You can see the different places
Recommended learning:vscode tutorial
The above is the detailed content of How to view saved records in vscode. For more information, please follow other related articles on the PHP Chinese website!