idea工具使用教程_idea插件推荐

idea (47) 2023-03-24 22:04

大家好,我是编程小6,很高兴遇见你,有问题可以及时留言哦。

在没有用idea这个工具之前,我一直在用eclipse,不过我用过idea之后,发现这个软件对于我工作来说,帮助真的太大了,大大的节约了我开发的时间,提高的开发效率。

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第1张

下面呢,我列举了一些idea的常规操作,如果是能对大家有帮助,那真是太好了

1. idea实现多工程多窗口跳转

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第2张

2. 文件之间的跳转

打开最近文件快捷键ctrl+E

打开最近修改文件快捷键 ctrl+shift+E

3. 浏览修改位置跳转

跳转到最后文件修改的位置

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第3张

跳转到最后浏览为文件

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第4张

书签跳转

在某行代码上打一个书签标记 ctrl+shift+(1-9)

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第5张

Ctrl+(1-9)

4. 字符跳转插件emacsIdea跳转

5. 精准搜索

类和文件的搜索

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第6张

根据方法名来搜索

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第7张

根据字符串来搜索

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第8张

6. 批量操作

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第9张

7. live template

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第10张

8. Postfix

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第11张

9. 重构

重构变量(先选中变量)

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第12张

重构方法(选中方法)

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第13张

10. 抽取

抽取变量(选中要抽取的变量)

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第14张

抽取变量为静态变量(选中需要抽取的变量)

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第15张

抽取变量为成员变量(选中变量)

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第16张

抽取方法参数(选中需要抽取的方法参数)

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第17张

抽取函数(选中需要抽取的代码)

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第18张

11.git的集成

查看每行代码的提交记录

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第19张

local history

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第20张

11. 关联Spring

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第21张

12. 关联Mysql

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第22张

13. 断点调试

idea工具使用教程_idea插件推荐_https://bianchenghao6.com/blog_idea_第23张

发表回复