美文网首页
Visual Studio Code 插件

Visual Studio Code 插件

作者: 0蛐蛐0 | 来源:发表于2018-09-13 15:18 被阅读178次

    vscode-fileheader

    使用 tip : control + alt + i

    效果

    /*
     * @Author: ququ 
     * @Date: 2018-09-19 20:40:10 
     * @Last Modified by: ququ 
     * @Last Modified time: 2018-09-19 20:40:10 
     */
    

    One Dark Theme 代码样式 关键字高亮显示

    效果图.png

    Mermaid Preview 时序图

    效果图.png

    Material Icon Theme 文件图标样式

    效果图.png

    Guides 缩进辅助线

    效果图.png

    Auto Fold 收起长代码

    效果图.png

    To Do Tasks

    New Task:
        * Press Cmd+Enter (Ctrl+Enter on Windows and Linux) to add a new task
        * You can also use the Command pallette to create a new task by typing To Do:New Task
        * If you are on a new line, it will create a new task on the current line
        * If you are on a line with some text pressing new task shortcut will convert it to a task
        * New tasks are nested as much as the previous task
    
        新任务:
        * 按下Cmd + Enter(按Ctrl + Enter在Windows和Linux)添加一个新的任务
        * 您还可以使用命令调色板创建一个新的任务类型:新任务
        * 如果你在一个新行,它将创建一个新的任务在当前行
        * 如果你是在一个紧迫的新任务和一些文本的快捷方式将它转换为一个任务*新任务嵌套和以前一样的任务
    
    More Actions:
        * Complete a task by pressing Alt+d @done
        * Re-open a completed task by pressing Alt+d
        * Cancel a task by pressing Alt+c @cancelled
        * Complete a cancelled task by pressing Alt+d
        * You can also use the Command pallette to complete or cancel a task by typing 
          To Do:Complete Task or To Do:Cancel Task 
    
        更多的行动:
        * 按下Alt + d @done就完成一个任务
        * 按下Alt + d就重开一个完成任务*按下Alt + c @cancelled取消任务
        * 完成取消任务按Alt + d
        * 您还可以使用命令完成或取消一个任务通过输入调色板:完成任务或做:取消任务
    
    Tagging:
        * You can add tags using @ sign, like this @tag
        * You can use following pre-existing tags to mark tasks @critical @high @low @today 
        * Auto intellisense is provided to help you in finding tags
        * Press Cmd+Enter (Ctrl+Enter on Windows and Linux) to add a new task
        * You can also use the Command pallette to create a new task by typing To Do:New Task
        * If you are on a new line, it will create a new task on the current line
        * If you are on a line with some text pressing new task shortcut will convert it to a task
        * New tasks are nested as much as the previous task
    
        标签:
        * 您可以添加标签使用@符号,这样@tag
        * 您可以使用预先存在的标签标记任务后@critical @high @low @ today
        * 汽车智能来帮助你找到标签
        * 按Cmd +输入(按Ctrl + Enter在Windows和Linux)添加一个新的任务
        * 您还可以使用命令调色板创建一个新的任务类型:新任务
        * 如果你在一个新行,它将创建一个新的任务在当前行
        * 如果你是在一个紧迫的新任务和一些文本的快捷方式将它转换为一个任务
        * 新任务嵌套和以前一样的任务
    
    More Actions:
        * Complete a task by pressing Alt+d @done
        * Re-open a completed task by pressing Alt+d
        * Cancel a task by pressing Alt+c @cancelled
        * Complete a cancelled task by pressing Alt+d
        * You can also use the Command pallette to complete or cancel a task by typing 
          To Do:Complete Task or To Do:Cancel Task 
    
        更多的行动:
        * 按下Alt + d @done就完成一个任务
        * 按下Alt + d就重开一个完成任务
        * 按下Alt + c @cancelled取消任务
        * 完成取消任务按Alt + d
        * 您还可以使用命令完成或取消一个任务通过输入调色板:完成任务或做:取消任务
    
    Tagging:
        * You can add tags using @ sign, like this @tag
        * You can use following pre-existing tags to mark tasks @critical @high @low @today 
        * Auto intellisense is provided to help you in finding tags
    
        标签:
        * 您可以添加标签使用@符号,这样@tag
        * 您可以使用预先存在的标签标记任务后@critical @high @low @ today
        * 汽车智能来帮助你找到标签
    

    效果图:

    效果图.png

    相关文章

      网友评论

          本文标题:Visual Studio Code 插件

          本文链接:https://www.haomeiwen.com/subject/owbwgftx.html