Intellij Shortcuts

ctrl+shift+F : search in whole project

ctrl+hover : check the field info in brief

ctrl+Q : check the field info in detail

ctrl+P: show the parameter information

ctrl+W : select the sentence incrementally

ctrl+H : check the hierarchy of a class

ctrl+B : go to the declaration of a method

ctrl+U: go to the super method/class

ctrl+H: type hierarchy

ctrl+shift+H: method hierarchy

ctrl|+alt+H: call hierarchy

ctrl+shift+N : search for and open a class

alt+enter : smart suggestions

ctrl+space :  smart completion

ctrl+Y : delete the current line

ctrl+F4: close the current tab

alt+Q: show the current class name

double+shift: search everywhere

ctrl+shift+F: find in path

ctrl+F9: compile make project (compile modified and dependent)

ctrl+shift+F9: compile selected file, package or module

shift+F9: debug

shift+F10: run

ctrl+shift+F10: run context configuration from editor

shift+F6: refactor -> rename

ctrl+J: insert template

ctrl+shift+A: find any action inside the IDE

ctrl+shift+Enter: Complete the code block automatically

ctrl+J: suggestions of code blocks

ctrl+H: Display the hierarchy of the Class

ctrl+alt+H: Display the usage of the method

时间: 2024-12-19 23:09:12

Intellij Shortcuts的相关文章

Intellij IDEA ShortCuts Key

Intellij IDEA ShortCuts Key Help-->Default Keymap reference To find any action inside the IDE use Find Action (Ctrl+Shift+A/   A) Alt + F7 / Ctrl + F7  Find usages / Find usages in file Ctrl + Shift + F7  Highlight usages in file Ctrl + Alt + F7  Sho

intellij idea 写 Helloworld

http://www.jetbrains.com/idea/webhelp/creating-and-running-your-first-java-application.html Creating and Running Your First Java Application Previous | Next | See Also | Shortcuts:                  Default                GNOME                 KDE    

IntelliJ IDEA Action System

执行和更新插件 交互系统允许插件向IDEA的菜单和工具栏插入它们自己的元素.一个交互是一个继承了AnAction类的子类型,其actionPerformed方法将在(插入的)菜单项或工具栏按钮被点选时调用.例如,一个交互类负责"File | Open File-"菜单项和"Open File"工具栏按钮. 交互被按组(group)管理,一个组也可以包含其他的组.一组交互可以构成一个工具栏或一组菜单.子组可对应构成菜单的子菜单. 每个交互和交互组都拥有唯一的标识符.I

Using IntelliJ IDEA as the Vim Editor

转载自https://www.jetbrains.com/help/idea/using-intellij-idea-as-the-vim-editor.html This feature is only supported in the Ultimate edition. The following is only valid when IdeaVim Plugin is installed and enabled! Before you start Make sure that: You a

Flutter?—?IDE Shortcuts for Faster Development

https://medium.com/flutter-community/flutter-ide-shortcuts-for-faster-development-2ef45c51085b If you’re new to Flutter development then you must be cribbing about the nested structures, how hard it is to add or remove widgets from the middle of the

Windows7下安装与破解IntelliJ IDEA2017

注:本文来源于:csdn:西门吹雪叶孤城的<Windows7下安装与破解IntelliJ IDEA2017> IDEA 全称 IntelliJ IDEA,是java语言开发的集成环境,IntelliJ在业界被公认为最好的java开发工具之一,尤其在智能代码助手.代码自动提示.重构.J2EE支持.各类版本工具(git.svn.github等).JUnit.CVS整合.代码分析. 创新的GUI设计等方面的功能可以说是超常的.IDEA是JetBrains公司的产品,这家公司总部位于捷克共和国的首都布

使用Intellij Idea自定义MVC框架

今天我学习了自定义一个简单的MVC框架,这个我们首先要知道什么是MVC框架! MVC框架: MVC全名是Model View Controller,是模型(model)-视图(view)-控制器(controller)的缩写,一种软件设计典范,用一种业务逻辑.数据.界面显示分离的方法组织代码,将业务逻辑聚集到一个部件里面,在改进和个性化定制界面及用户交互的同时,不需要重新编写业务逻辑.MVC被独特的发展起来用于映射传统的输入.处理和输出功能在一个逻辑的图形化用户界面的结构中. 我们今天自己定义的

Intellij Idea web项目的部署配置[转]

原文地址:http://blog.csdn.net/z69183787/article/details/41416189 1.前言 2.项目配置(Project Structure) 2.1 Project 2.2 Modules 2.3 Libraries 2.4 Facts 2.5 Artifacts 3.非Maven项目的创建部署 4.Maven项目的部署 5.总结 本文基本总结了intellij中web项目部署的问题,以及如何去配置,因为网上也没有很具体的说明,所以这些都是自己摸索出来的

Intellij IDEA 14.1.4 Scala开发环境搭建

主要内容 Intellij IDEA开发环境简介 Intellij IDEA Scala开发环境搭建 Intellij IDEA常见问题及解决方案 Intellij IDEA常用快捷键 1. Intellij IDEA开发环境简介 具体介绍请参见:http://baike.baidu.com/link?url=SBY93H3SPkmcmIOmZ8H60O1k4iVLgOmdqoKdGp9xHtU-Pbdsq2cpn75ZPZPWAJxeUlwr0ravraQzOckh777beq Intelli