https://github.com/oldratlee/effective-intellij-idea
Effective IntelliJ IDEA
https://github.com/oldratlee/effective-intellij-idea
Last synced: 3 months ago
JSON representation
Effective IntelliJ IDEA
- Host: GitHub
- URL: https://github.com/oldratlee/effective-intellij-idea
- Owner: oldratlee
- Created: 2015-05-24T13:59:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T02:29:33.000Z (almost 8 years ago)
- Last Synced: 2025-03-15T08:04:56.328Z (3 months ago)
- Language: Java
- Size: 2.63 MB
- Stars: 40
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Effective IntelliJ IDEA
 Develop with **pleasure**! **乐**在开发!
作为一个开发者,`IDE`是工具箱中最为重要 和 最为常用 的一个工具,`IDE`的有效使用可以大大提高效率和减少枯燥的人肉操作,更流畅地表达你的思考,提高开发生活的幸福指数。
我相信,`IntelliJ IDEA`作为最智能`IDE`,经过这些年的发展,积累了强大优雅的使用方式。
但`IDE`功能众多,一个人的使用往往会有很多强大优雅的实践并不知道。
:clap: 欢迎各位同学[提出`Issue`](https://github.com/quickhack/Effective-IntelliJ-IDEA/issues) 或 [解答`Issue`](https://github.com/quickhack/Effective-IntelliJ-IDEA/issues):
- 告知`IntelliJ IDEA`中令你感到一振的好功能或使用方式。:heart_eyes:
往往你想一吐为快,可以更多的人知道和受益。
- 觉得烦琐的操作,期望找到更好的使用方式。:weary:
可能别人已经知道了,可以告诉你。
- 在`IntelliJ IDEA`使用中遇到的问题。:sob:# 个人整理
- 个人整理的`Keynote`幻灯片[Effective-IntelliJ-IDEA](Effective-IntelliJ-IDEA.key)
- [演示工程](demo-project)# 官方资料
- [IntelliJ IDEA Home Page](https://www.jetbrains.com/idea/)
- [IntelliJ IDEA Features](https://www.jetbrains.com/idea/features/)
- [IntelliJ IDEA Getting Started](https://www.jetbrains.com/idea/documentation/),有 **快速入门** 的演示视频
- [IntelliJ IDEA Help](https://www.jetbrains.com/idea/help/intellij-idea.html)
- [JetBrains微博号](http://weibo.com/u/3220313942)# 书籍
- [IntelliJ IDEA Essentials](https://book.douban.com/subject/26324131/)
- [Getting started with IntelliJ IDEA](https://book.douban.com/subject/25804145/)
- [IntelliJ IDEA in Action](https://book.douban.com/subject/2300268/)# 相关资料
- 国内`IntelliJ IDEA`布道者[卷爷](https://github.com/linux-china)(Weibo [@linux_china](http://weibo.com/linux2china))的分享PPT [IntelliJ IDEA Practice](resources/IntelliJ-IDEA-Practice.ppt)
- [IntelliJ-IDEA-Tutorial](https://github.com/judasn/IntelliJ-IDEA-Tutorial),[@judasn](https://github.com/judasn)爱心整理的资料 :heart_eyes: 内容丰富!多谢[@EdwardLee03](https://github.com/EdwardLee03)的[推荐](https://github.com/oldratlee/Effective-IntelliJ-IDEA/issues/1)。
- [解析IntelliJ IDEA内部设计](http://www.importnew.com/14260.html)### 讨论
- [IntelliJ IDEA 比 Eclipse 强那么多,为什么市场份额连 Eclipse 的一成都不到? - 知乎](http://www.zhihu.com/question/20450079)
### 网上使用者的体验
- [我们为何放弃Eclipse,投奔IntelliJ IDEA](http://www.infoq.com/cn/news/2013/11/why-drop-eclipse-use-intellij)
- [Intellij IDEA使用入门](http://blog.csdn.net/lcore/article/details/8957728)
- [IntelliJ IDEA 使用心得与常用快捷键](http://www.blogjava.net/rockblue1988/archive/2014/10/24/418994.html)
- [从Eclipse转移到IntelliJ IDEA一点心得](http://www.ituring.com.cn/article/37792)
- [Eclipse转IntelliJ IDEA的使用](http://intheway.blog.51cto.com/6210097/1301020)