vscode使用问题记录

    快捷键
    1
    2
    3
    4
    https://stackoverflow.com/questions/36154283/method-list-in-visual-studio-code
    1. 函数列表(不支持所有语言)
    Cmd +Shift+o (Command + Shift + o (letter o, not zero)) on Mac,
    ctrl+Shift+o on Windows.
    User Settings Backup
    1
    2
    3
    4
    5
    6
    7
    {
    "window.zoomLevel": 1,
    "editor.detectIndentation": false,
    "editor.insertSpaces": false,
    "files.trimTrailingWhitespace": true,
    "git.ignoreLegacyWarning": true
    }