• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            專職C++

            不能停止的腳步

              C++博客 :: 首頁 :: 聯系 :: 聚合  :: 管理
              163 Posts :: 7 Stories :: 135 Comments :: 0 Trackbacks

            常用鏈接

            留言簿(28)

            我參與的團隊

            搜索

            •  

            最新評論

            閱讀排行榜

            評論排行榜

            跟據vscode官網pdf,再編輯

            Visual Studio Code Keyboard shortcuts for windows

            General

            快捷鍵說明
            Ctrl+Shift+P, F1Show Command Palette
            Ctrl+PQuick Open
            Ctrl+Shift+NNew window/instance
            Ctrl+Shift+WClose window/instance

            Basic editing

            快捷鍵說明
            Ctrl+XCut line (empty selection)
            Ctrl+CCopy line (empty selection)
            Alt+ ↑ / ↓Move line up/down
            Shift+Alt + ↓ / ↑Copy line up/down
            Ctrl+Shift+KDelete line
            Ctrl+EnterInsert line below
            Ctrl+Shift+EnterInsert line above
            Ctrl+Shift+\|Jump to matching bracket
            Ctrl+] / [Indent/outdent line
            HomeGo to beginning of line End Go to end of line
            Ctrl+HomeGo to beginning of file
            Ctrl+EndGo to end of file
            Ctrl+↑ / ↓Scroll line up/down
            Alt+PgUp / PgDownScroll page up/down
            Ctrl+Shift+[Fold (collapse) region
            Ctrl+Shift+]Unfold (uncollapse) region
            Ctrl+K Ctrl+[Fold (collapse) all subregions
            Ctrl+K Ctrl+]Unfold (uncollapse) all subregions
            Ctrl+K Ctrl+0Fold (collapse) all regions zz
            Ctrl+K Ctrl+JUnfold (uncollapse) all regions
            Ctrl+K Ctrl+CAdd line comment
            Ctrl+K Ctrl+URemove line comment
            Ctrl+/Toggle line comment
            Shift+Alt+AToggle block comment
            Alt+ZToggle word wrap

            Navigation

            快捷鍵說明
            Ctrl+TShow all Symbols
            Ctrl+Go to Line…
            Ctrl+PGo to File…
            Ctrl+Shift+OGo to Symbol…
            Ctrl+Shift+MShow Problems panel
            F8Go to next error or warning
            Shift+F8Go to previous error or warning
            Ctrl+Shift+TabNavigate editor group history
            Alt+ ← / →Go back / forward
            Ctrl+MToggle Tab moves focus

            Search and replace

            快捷鍵說明
            Ctrl+FFind
            Ctrl+HReplace
            F3 / Shift+F3Find next/previous
            Alt+EnterSelect all occurences of Find match
            Ctrl+DAdd selection to next Find match
            Ctrl+K Ctrl+DMove last selection to next Find match
            Alt+C / R / WToggle case-sensitive / regex / whole word

            Multi-cursor and selection

            快捷鍵說明
            Alt+ClickInsert cursor
            Ctrl+Alt+ ↑ / ↓Insert cursor above / below
            Ctrl+UUndo last cursor operation
            Shift+Alt+IInsert cursor at end of each line selected
            Ctrl+ISelect current line
            Ctrl+Shift+LSelect all occurrences of current selection
            Ctrl+F2Select all occurrences of current word
            Shift+Alt+→Expand selection
            Shift+Alt+←Shrink selection
            Shift+Alt +(drag mouse)Column (box) selection
            Ctrl+Shift+Alt + (arrow key)Column (box) selection
            Ctrl+Shift+Alt+PgUp/PgDownColumn (box) selection page up/down

            Rich languages editing

            快捷鍵說明
            Ctrl+SpaceTrigger suggestion
            Ctrl+Shift+SpaceTrigger parameter hints Tab Emmet expand abbreviation
            Shift+Alt+FFormat document
            F12Go to Definition
            Alt+F12Peek Definition
            Ctrl+K F12Open Definition to the side
            Ctrl+.Quick Fix
            Shift+F12Show References
            F2Rename Symbol
            Ctrl+Shift+ . / ,Replace with next/previous value
            Ctrl+K Ctrl+XTrim trailing whitespace
            Ctrl+K Ctrl+MChange file language

            Editor management

            快捷鍵說明
            Ctrl+F4, Ctrl+WClose editor
            Ctrl+K FClose folder
            Ctrl+|Split editor
            Ctrl+ 1 / 2 / 3Focus into 1st, 2nd or 3rd editor group
            Ctrl+K Ctrl+ ←/→Focus into previous/next editor group
            Ctrl+Shift+PgUp / PgDownMove editor left/right
            Ctrl+K ← / →Move active editor group

            File management

            快捷鍵說明
            Ctrl+NNew File
            Ctrl+OOpen File…
            Ctrl+SSave
            Ctrl+Shift+SSave As…
            Ctrl+K Ctrl+SSave All
            Ctrl+F4Close
            Ctrl+K Ctrl+WClose All
            Ctrl+Shift+TReopen closed editor
            Ctrl+KEnter Keep Open
            Ctrl+TabOpen next
            Ctrl+Shift+TabOpen previous
            Ctrl+K Ctrl+PCopy path of active file
            Ctrl+K Ctrl+RReveal active file in Explorer
            Ctrl+K Ctrl+OShow active file in new window/instance

            Display

            快捷鍵說明
            F11Toggle full screen
            Shift+Alt+1Toggle editor layout
            Ctrl+ = / -Zoom in/out
            Ctrl+BToggle Sidebar visibility
            Ctrl+Shift+EShow Explorer / Toggle focus
            Ctrl+Shift+FShow Search
            Ctrl+Shift+GShow Git
            Ctrl+Shift+DShow Debug
            Ctrl+Shift+XShow Extensions
            Ctrl+Shift+HReplace in files
            Ctrl+Shift+JToggle Search details
            Ctrl+Shift+COpen new command prompt/terminal
            Ctrl+Shift+UShow Output panel
            Ctrl+Shift+VToggle Markdown preview
            Ctrl+K Ctrl+VOpen Markdown preview to the side

            Debug

            快捷鍵說明
            F9Toggle breakpoint
            F5Start/Continue
            Shift+F5Stop
            F11 / Shift+F11Step into/out
            F10Step over
            Ctrl+K Ctrl+IShow hover

            Integrated terminal

            快捷鍵說明
            Ctrl+`Show integrated terminal
            Ctrl+Shift+`Create new terminal
            Ctrl+Shift+CCopy selection
            Ctrl+Shift+VPaste into active terminal
            Ctrl+↑ / ↓Scroll up/down
            Shift+PgUp / PgDownScroll page up/down
            Ctrl+Home / EndScroll to top/bottom
            posted on 2017-08-25 10:31 冬瓜 閱讀(1998) 評論(0)  編輯 收藏 引用 所屬分類: 轉貼
            国产成人精品久久一区二区三区| 久久人人爽人人爽人人片av高请| 精品久久久久久国产三级| 久久强奷乱码老熟女网站| 久久国产亚洲精品| 狠狠色丁香婷婷综合久久来| 香蕉aa三级久久毛片| 国内精品久久久久影院免费| 欧美亚洲国产精品久久| 国产99久久久久久免费看| 麻豆一区二区99久久久久| 伊人 久久 精品| 精品国产热久久久福利| 久久99精品久久久久婷婷| 亚洲人成无码久久电影网站| 99久久精品这里只有精品| 精品国产乱码久久久久久1区2区 | 狠狠色丁香久久婷婷综合蜜芽五月 | 久久午夜无码鲁丝片秋霞| 99久久精品免费| 99久久久久| 久久久久久a亚洲欧洲aⅴ| 欧美黑人激情性久久| 久久精品国产久精国产果冻传媒| 久久久久久极精品久久久 | 日产精品久久久久久久| 久久国产V一级毛多内射| 国产精自产拍久久久久久蜜| 久久最新精品国产| 欧美精品一本久久男人的天堂| 99麻豆久久久国产精品免费 | 亚洲精品无码专区久久久 | 亚洲欧美一区二区三区久久| 精品久久久久一区二区三区| 国产—久久香蕉国产线看观看| 日本道色综合久久影院| 国产精品成人久久久久久久 | 亚洲愉拍99热成人精品热久久 | 亚洲国产精品无码久久| 欧美一区二区三区久久综合| 国产综合久久久久|