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

InteliJ Shortcuts

时间:2016-01-30 18:29:13      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:

Open your browser with documentation for the element at the editor‘s caret

Press Shift+F1 (View | External Documentation). You must have the path to your browser set in the File | Settings | Web Browsers options and paths to documentation files added to your project (File | Project Structure...) to use this feature.

Auto Casting

When you need to cast an expression value to the required type the SmartType code completion will help you. For example, type

String s = (<caret is here> 

and press Ctrl+Shift+Space to see what happens, you will see

String s = (String) <caret is here now>

Code Template

技术分享

InteliJ Shortcuts

标签:

原文地址:http://www.cnblogs.com/moong/p/5153124.html

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