码迷,mamicode.com
首页 > 其他好文 > 详细

Pycharm快捷键

时间:2015-07-24 23:56:57      阅读:261      评论:0      收藏:0      [点我收藏+]

标签:

 

  • Ctrl+Shift+TNavigate | Class ) : open any class in the editor quickly     
  • Ctrl+空格 : Code Completion  

  • Ctrl+G ( Find Usages in the popup menu ) :  find all places where a particular class, method or variable is used in the whole project     

  • Ctrl+Shift+空格 (View | Quick Documentation)  : see the documentation for the symbol    

  • Ctrl+F3 (Navigate | File Structurt) :  quickly navigate in the currently edited file     

  • 使用tab键来完成代码补全比enter键好,因为前者可以覆盖剩余的字符串。
  • The speed search is available in all the tree views: just start typing and you‘ll quickly locate the necessary item. (用上下方向键切换词)    

   技术分享

  • Alt+Shift+Ohighlight variable  

    Ctrl+K and Ctrl+Shift+Knavigate through highlighted usages     

    Esc : remove highlighting     

  • Local History | Show History :  You can navigate through different file versions     

  • Ctrl+E : see the recently visited files     

  • Ctrl+Alt+Shift+N (Navigate | Symbol)  : To open any particular method or field in the editor quickly     

  • F4 (Navigate | Type Hierarchy) : To see the inheritance hierarchy for a selected class

   技术分享

  

  

Pycharm快捷键

标签:

原文地址:http://www.cnblogs.com/xingyun/p/4675002.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!