码迷,mamicode.com
首页 > 其他好文 > 详细

vs code 快速配置

时间:2020-03-29 01:13:56      阅读:84      评论:0      收藏:0      [点我收藏+]

标签:templates   nbsp   输入   date   psi   script   variables   lin   for   

1. 基本操作

  • 打开工程文件: ctrl + p
  • 在文件搜索内容: ctrl + shift + f
  • 进入设置: ctrl + shift + p, 然后输入 user setting
  • 添加插件: ctrl + shift +x

2. 注释插件

2.1 psioniq File Header 配置头文件模板

技术图片

使用: ctrl + alt + h, 两遍

配置如下:

    "psi-header": {
        "variables": [
            ["projectname", "CableTester"],
            ["projectCreationYear", "2018"],
            ["copyrightholder", "All Right Reserved"],
        ],
        "config": {
            "forceToTop": true,
            "blankLinesAfter": 1,
            //"author": "Leon",
            "authorEmail": "qiyuexin@yeah.net",
            "company": "KND CNC SYSTEM.",
        },
        "templates": [{
            "language": "*",
            "template": [
                "File: <<filename>>",
                "Project: <<projectname>>",
                "Created: <<filecreated(‘YYYY-MM-DD HH:mm:ss‘)>>",
                "Author : qiyuexin(<<authoremail>>)",
                "Copyright <<projectCreationYear>> - <<year>> <<copyrightholder>>, <<company>>",
                "-----",
                "Last Modified: <<dateformat(‘YYYY-MM-DD HH:mm:ss‘)>>",
                "Modified By: <<author>>(<<authoremail>>)",
                "-----",
                "Description: ",
            ],
        }]
    },

 

2.2 VSCode跳出括号引号插件Tabout

这样在引号及括号内输入完成后,按下tab键可以跳出右括号或者右引号。

技术图片

 

vs code 快速配置

标签:templates   nbsp   输入   date   psi   script   variables   lin   for   

原文地址:https://www.cnblogs.com/qiyuexin/p/12590362.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!