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. 

  • 相关阅读:
    [转载]数据类型和Json格式 Joe
    为页面去掉下划线
    基于Spring,struts,hibernate的JYazd仿yazd及jivejdon
    tomcat下建立虚拟目录
    用例建模指南
    王老师好,学生请教个设计上的问题
    博客第一个处女作,顺便测试一下
    自定义可以和with一起工作的类
    boost cpu_timer
    静态初始化的相依性
  • 原文地址:https://www.cnblogs.com/taoxu0903/p/1675081.html
Copyright © 2011-2022 走看看