标签:
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.
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>
标签:
原文地址:http://www.cnblogs.com/moong/p/5153124.html