Henry Henry
  • JavaScript
  • TypeScript
  • Vue
  • ElementUI
  • React
  • HTML
  • CSS
  • 技术文档
  • GitHub 技巧
  • Nodejs
  • Chrome
  • VSCode
  • Other
  • Mac
  • Windows
  • Linux
  • Vim
  • VSCode
  • Chrome
  • iTerm
  • Mac
  • Obsidian
  • lazygit
  • Vim 技巧
  • 分类
  • 标签
  • 归档
  • 网站
  • 资源
  • Vue 资源
GitHub (opens new window)

Henry

小学生中的前端大佬
  • JavaScript
  • TypeScript
  • Vue
  • ElementUI
  • React
  • HTML
  • CSS
  • 技术文档
  • GitHub 技巧
  • Nodejs
  • Chrome
  • VSCode
  • Other
  • Mac
  • Windows
  • Linux
  • Vim
  • VSCode
  • Chrome
  • iTerm
  • Mac
  • Obsidian
  • lazygit
  • Vim 技巧
  • 分类
  • 标签
  • 归档
  • 网站
  • 资源
  • Vue 资源
GitHub (opens new window)
  • 技术文档

  • GitHub

  • Nodejs

  • Chrome

  • VSCode

  • VSCode 更新文档

    • version 1.15
    • version 1.14
    • version 1.13
    • version 1.12
    • version 1.11
    • version 1.10
      • February 2017 (version 1.10)
        • February Release Summary
        • Run in terminal commands
        • Auto JSDoc comments
        • HTML
    • version 1.9
    • version 1.8
    • version 1.7
    • version 1.6
    • version 1.5
  • Other

  • 技术
  • VSCode 更新文档
Henry
2023-06-15
目录

version 1.10

# February 2017 (version 1.10) (opens new window)

# February Release Summary (opens new window)

Welcome to the February 2017 release of Visual Studio Code. There are a number of significant updates in this version that we hope you will like, some of the key highlights include:

  • Preview: Minimap (opens new window) - Get a 10,000 foot view of your code with Minimap.
  • Preview: Drag and Drop in the editor (opens new window) - Easily drag and drop text around the editor.
  • Copy text with formatting (opens new window) - Copy code examples with full syntax highlighting.
  • Auto generate JSDoc (opens new window) - Simply type /** to generate JSDoc comments for your functions.
  • File Explorer key bindings (opens new window) - You can now create shortcuts for the Explorer and other list/tree UI.
  • Official Linux repositories (opens new window) - VS Code supports auto-updating packages on Linux.
  • Improved Exception view (opens new window) - Easily view exception details in the debugger.
  • Column breakpoints (opens new window) - Set multiple breakpoints on the same line of source code.
  • Links in the Terminal (opens new window) - Integrated Terminal output links streamline the workflow between editor and commands.
  • Keybinding support for tasks (opens new window) - Assign keyboard shortcuts to commonly used tasks.
  • HTML DOM navigation (opens new window) - Quickly navigate to DOM elements by id and class name.
  • Language specific default settings (opens new window) - Appropriate default settings for Go, Make, YAML and Markdown.

The release notes are arranged in the following sections related to VS Code focus areas. Here are some further updates:

  • Editor (opens new window) - Word wrap settings simplification, manually trigger Save actions, new cursor styles.
  • Workbench (opens new window) - Configurable window title, run either selected text or entire file from the Integrated Terminal.
  • Languages (opens new window) - TypeScript 2.2, disable color preview decorators, better link navigation in Markdown.
  • Debugging (opens new window) - Launch debugger using just the keyboard, new variable syntax.
  • Tasks (opens new window) - Run tasks in separate terminals, new ${lineNumber} variable.
  • Extension Authoring (opens new window) - Pluggable SCM provider, Modal message dialogs, provide language specific settings.

Tip: Want to see new features as soon as possible? You can download the nightly Insiders build (opens new window) and try the latest updates as soon as they are available.

# Run in terminal commands (opens new window)

In previous releases, there was the single command workbench.action.terminal.runSelectedText which sent text to the terminal. This would send either the selection if there was one, or the entire file if not. This caused some issues as users would accidentally run entire files when they were expecting to run the current line if there was no selection. Running a file would also not work in some shells as the shell would interpret the text in chunks, not as a whole. To improve these scenarios, there are now two commands with distinct behaviors:

  • workbench.action.terminal.runSelectedText: Sends the selection if there is one to the terminal, otherwise sends the current line.
  • workbench.action.terminal.runActiveFile: Sends the file path of the active file to the terminal (in most shells this will execute the file).

# Auto JSDoc comments (opens new window)

VS Code will now provide a JSDoc (opens new window) comment template for JavaScript and TypeScript functions when you type /**:

JSDoc autofill

# HTML (opens new window)

Document symbols are now available also for HTML, allowing you to quickly navigate to DOM nodes by id and class name.

Press ⇧⌘O to bring up the symbol in file.

HTML document symbols

Thanks to Cody Hoover (opens new window) for the contribution.

编辑 (opens new window)
#VSCode
上次更新: 6/19/2023, 2:35:11 PM
version 1.11
version 1.9

← version 1.11 version 1.9→

最近更新
01
version 1.15
07-01
02
version 1.14
06-27
03
version 1.13
06-27
更多文章>
Theme by Vdoing | Copyright © 2017-2023 HenryTSZ | MIT License
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式