Git Product home page Git Product logo

articale's People

Contributors

blindpirate avatar uuflyer avatar

Watchers

 avatar

Forkers

blindpirate

articale's Issues

### 使生产力翻倍的IDEA 快捷键使用

提高生产力的快捷键


本文会在使用中持续更新

本文中的所有快捷键都可以在File -> Settings -> Keymap 中通过 关键词 进行搜索查看快捷键的使用方法,以及更改快捷键。

万用键

ALT + Enter
当你在使用IDEA时,出现报红或者黄色警告时,按下这2个键IDEA会自动帮你提出一些自动解决问题的办法。

查看定义

快速查看当前方法的具体定义
Ctrl + B
关键词:Declaration

高级查找

能够进行全局查找
Ctrl + Shift + F
关键词:Find in Path

快速生成

能够快速帮你生成许多默认结构函数
Alt + Insert
关键词:Generate

格式化

代码格式敲得不好? 没关系,此键按下 神清气爽
帮你快速优化代码间的格式
Ctrl + Alt + L
关键词:Reformat Code

优化导入语句

导入语句啰嗦重复,这个快捷键就是福音
Ctrl + Alt + C
关键词:Optimize imports

文件大纲

众多源代码中寻找一个方法太困难,这个快捷键就能轻松将方法提出来展现给你
Ctrl + F12
关键词:File Structure

下一处错误

大项目中出现很多错误,挨个点击又太麻烦
F2
关键词:Next Highlighted Error
我自己定义的是 Alt + W

高级重命名

快速给变量更改名字
Shif + F6
关键词:Rename

查看接口方法的实现

关键词: implementation(s)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.