A convenient toolkit
refactor with starter-vscode
Add notes to the file header, and support automatic update of the modification time of the file.
support vue/jsx/tsx..
0 config,franky will get author name from git config,
ctrl+alt+i You can insert comments in the head, ctrl+s After you save the file, and automatically update the time and author.
eg:
.js/.ts
/*
* @Author: git config.name
* @Date: 2021-01-31 11:16:13
* @Last Modified by: git config.name
* @Last Modified time: 2021-01-31 16:46:45
*/
.vue
<!-- @author git config.name -->
<!-- @Date: 2021-01-31 16:58:14 -->
<!-- @Last Modified by: git config.name -->
<!-- @Last Modified time: 2021-01-31 16:12:26 -->
ctrl+alt+i
You can insert comments in the head.
Add a button to go to the Jenkins on the status bar.
{
"franky.jenkins.url": "https://www.jenkins.io/", // Custom Jenkins url
}
Generate code snippets for vue/react pages