Skip to content

NorthSeacoder/franky

Repository files navigation

Franky

Franky VS Code

Visual Studio Marketplace Version

A convenient toolkit

refactor with starter-vscode

Features

fileheader

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 -->

hot key

ctrl+alt+i You can insert comments in the head.

jenkins

Add a button to go to the Jenkins on the status bar.

seetings

{
  "franky.jenkins.url": "https://www.jenkins.io/", // Custom Jenkins url
}

generate

Generate code snippets for vue/react pages

About

vscode extension

Resources

License

Stars

Watchers

Forks

Packages

No packages published