InteliJ Shortcuts

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

image

posted @ 2016-01-30 16:02  _shadowFax  阅读(262)  评论(0编辑  收藏  举报