• <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 冬瓜 閱讀(1989) 評論(0)  編輯 收藏 引用 所屬分類: 轉貼
            99热成人精品热久久669| 久久精品国产精品亚洲人人| 久久久久久免费视频| 一级a性色生活片久久无| 亚洲AV日韩精品久久久久| 久久丫精品国产亚洲av| 国产∨亚洲V天堂无码久久久| 久久―日本道色综合久久| 久久最新免费视频| 久久人妻少妇嫩草AV无码专区| 99久久精品这里只有精品| 超级97碰碰碰碰久久久久最新| 国内精品久久久久影院日本 | 久久精品aⅴ无码中文字字幕不卡 久久精品aⅴ无码中文字字幕重口 | 天天躁日日躁狠狠久久| 夜夜亚洲天天久久| 7777久久久国产精品消防器材 | 伊人久久国产免费观看视频| 久久99精品久久久久婷婷| 伊人久久精品影院| 99久久精品国产一区二区| 国内精品久久人妻互换| 香港aa三级久久三级老师2021国产三级精品三级在 | 久久久噜噜噜www成人网| 久久久久久极精品久久久| 77777亚洲午夜久久多喷| 无码日韩人妻精品久久蜜桃 | 丁香五月网久久综合| 久久精品国产99国产精品导航| 国产精品成人99久久久久 | 久久综合伊人77777麻豆| 久久国产精品-久久精品| 国产成年无码久久久免费| 久久精品无码一区二区三区日韩 | 久久久久久午夜成人影院| 久久精品卫校国产小美女| 久久成人精品| 久久久久黑人强伦姧人妻| 精品久久久久久国产三级| 精品久久久久久久久久中文字幕| 国内精品久久久久久99|