Visual Studio Code 中英文等宽字体

下载字体

从 https://github.com/be5invis/Sarasa-Gothic/releases 下载字体(ttcttf 版都可以)。

对应字体文件:

ttc => sarasa-regular.ttc ⬅ 可以直接下载这个

Visual Studio Code 常用插件整理

  • Encode Decode
    The Encode/Decode (ecdc) extension allows you to quickly convert one or more selections of text to and from various formats. Supported conversions include:
    • String to Base64
    • Base 64 to String
    • String to JSON Byte Array
    • String to JSON String
    • JSON String to String
    • Base64 to JSON Byte Array
    • String to MD5/SHA1/SHA256/SHA512 (as Base64 or Hex)
    • String to HTML Entities
    • HTML Entities to String
    • String to XML Entities
    • XML Entities to String
    • String to Unicode
    • Unicode to String
  • Hasher
    Generate various hash (md5, sha1), HTML entity conversion and many more. Features:
    • Generate MD5
    • Generate SHA1
    • Base64 Encode
    • Base64 Decode
    • URI Encode Component
    • URI Decode Component
    • HTML Entity Encode
    • HTML Entity Decode
  • Random String Generator
    Generate random strings of variable length to use as password or secret keys
    • RSPG - Generate random string/password (You can define length and strength of the string)
    • RSPG - Generate weak password
    • RSPG - Generate medium strength password
    • RSPG - Generate strong password
  • REST Client
    REST Client allows you to send HTTP request and view the response in Visual Studio Code directly.
    • Send/Cancel/Rerun HTTP request in editor and view response in a separate pane with syntax highlight
    • and so on
  • SQL Formatter
    ormat SQL files using the sql-formatter-plus npm package.
  • Vetur
    Vue tooling for VS Code.
  • Vue Language Features (Volar)
    VueLF is a Language Support plugin built specifically for Vue 3. It's based on @vue/reactivity to calculate everything on-demand, to implement native TypeScript language service level performance.
  • vue-helper
    this plugin main enhance ability for write vue and extension for Element-UI, VUX, IVIEW
Visual Studio Code 快捷键(Windows)

通用

快捷键 功能
Ctrl + Shift + P, F1 显示所有命令
Ctrl + P 转到文件...
Ctrl + Shift + N 新建窗口
Ctrl + Shift + W 关闭窗口
Ctrl + , 用户设置
Ctrl + K Ctrl + S 键盘快捷方式