zoukankan      html  css  js  c++  java
  • VS快捷键

    Those natural: (View more here: http://www.dofactory.com/ShortCutKeys/ShortCutKeys.aspx

    F5
    Ctrl + F5
    F10
    F11

    F12

    Ctrl + I    ------------------------------------------Incremental Search (very useful)

    Ctrl + M ------------------------------------------Fold/Unfold a code section

    Natural More:

    Ctrl + F3------------------------------------------Finds the next occurrence of the currently selected text or the word under the cursor if there is no selection

    Ctrl + K, F-----------------------------------------format text

    Ctrl + W, w / s / e---------------------------------open the related window

    Ctrl + D, B / w-------------------------------------

    Ctrl + R, W----------------------------------------show/hide whitespace

    shift + F12-----------------------------------------Finds a reference to the selected item or the item under the cursor

    ctrl + F4------------------------------------------close the current file

    F12-----------------------------------------------go to definition

    ctrl + F12-----------------------------------------go to declaration

    Ctrl + home/PageUp---------------------------------------File begin

    Ctrl + end/PageDown-----------------------------------------File end

    CTRL   +   DELETE  -------------------------------------删除至词尾  
    CTRL   +   BACKSPACE----------------------------------删除至词头    

    F6---------------------------------------------------Build Solution

    Shift+F6--------------------------------------------Build current project

    mini command window of find combox--------------> format-----------------------format selection. 

  • 相关阅读:
    eclipsesvn
    js邮箱和正则表达式
    jsreplace
    JQuery与Json转换
    thinkPHP时间戳格式化
    JS绝对定位到右下角
    chrome快捷键
    js配置示例
    JQuery class选择器
    JS调试技巧
  • 原文地址:https://www.cnblogs.com/taoxu0903/p/1675081.html
Copyright © 2011-2022 走看看