InteliJ Shortcuts
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于InteliJ Shortcuts的主要内容,如果未能解决你的问题,请参考以下文章
Linux 环境 Intelij Idea 安装与快捷图标配置