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. 

  • 相关阅读:
    Android Gradle使用总结
    Jenkins实现Android自动化打包
    RxJava 2.x 使用最佳实践
    Android 路由框架ARouter最佳实践
    Android 加载GIF图最佳实践
    Java 锁机制 synchronized
    Fiddler抓包使用教程-断点调试
    Fiddler抓包使用教程-Android应用抓包
    Fiddler抓包使用教程-QuickExec
    Fiddler抓包使用教程-模拟低速网络环境
  • 原文地址:https://www.cnblogs.com/taoxu0903/p/1675081.html
Copyright © 2011-2022 走看看