• <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>

            專(zhuān)職C++

            不能停止的腳步

              C++博客 :: 首頁(yè) :: 聯(lián)系 :: 聚合  :: 管理
              163 Posts :: 7 Stories :: 135 Comments :: 0 Trackbacks

            常用鏈接

            留言簿(28)

            我參與的團(tuán)隊(duì)

            搜索

            •  

            最新評(píng)論

            閱讀排行榜

            評(píng)論排行榜

            跟據(jù)vscode官網(wǎng)pdf,再編輯

            Visual Studio Code Keyboard shortcuts for windows

            General

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

            Basic editing

            快捷鍵說(shuō)明
            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

            快捷鍵說(shuō)明
            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

            快捷鍵說(shuō)明
            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

            快捷鍵說(shuō)明
            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

            快捷鍵說(shuō)明
            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

            快捷鍵說(shuō)明
            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

            快捷鍵說(shuō)明
            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

            快捷鍵說(shuō)明
            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

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

            Integrated terminal

            快捷鍵說(shuō)明
            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 冬瓜 閱讀(1988) 評(píng)論(0)  編輯 收藏 引用 所屬分類(lèi): 轉(zhuǎn)貼
            久久久WWW免费人成精品| 国产成人久久久精品二区三区| 久久久久无码中| 久久精品中文字幕一区| 亚洲AV无码久久精品蜜桃| 精品熟女少妇a∨免费久久| 品成人欧美大片久久国产欧美| 久久亚洲2019中文字幕| 亚洲AV日韩精品久久久久久| 91久久精品国产免费直播| 久久久黄色大片| 99久久婷婷国产一区二区| 97视频久久久| 国产69精品久久久久99| 久久AV无码精品人妻糸列| 精品久久久久久国产三级 | 国产激情久久久久影院| 久久无码高潮喷水| 国产成人精品综合久久久| 久久av无码专区亚洲av桃花岛| 久久精品亚洲福利| 久久国产色AV免费观看| 久久久黄色大片| 中文精品99久久国产| 久久久久这里只有精品| 99久久婷婷国产一区二区| 国产精品久久久久AV福利动漫| 久久香综合精品久久伊人| 色青青草原桃花久久综合| 亚洲精品tv久久久久| 久久久久久A亚洲欧洲AV冫| 久久伊人精品青青草原高清| 久久亚洲精品中文字幕| 久久精品国产男包| 久久精品一本到99热免费| 午夜精品久久久久久| 久久久久久极精品久久久| 精品久久久久久久久久中文字幕 | 99精品久久精品一区二区| 国产精品99久久久久久宅男小说| 久久久亚洲精品蜜桃臀|