04-03.eri-test 2019年的21个最佳IntelliJ插件(100%免费)

[总计:2平均:5/5]

像之前的其他IDE或CMS一样,IntelliJ已经远远超过了IDE。 凭借其广阔的插件市场,IntelliJ已成为所有Java相关编码的完整平台。 毫无疑问,JetBrain决定开源并允许外部开发人员在此基础上开发解决方案的决定是一项战略性决定。

请记住这一点,因为如果您使用IntelliJ,这会影响您。 实际上,在Codota,我们喜欢考虑自己基于数据的数据包,因此预测从现在开始大约2年后,您将盯着IDE,想知道IntelliJ如何这么快地成为插件的全部?!

我们还希望帮助我们的用户保持领先地位,这就是为什么我们汇总了将导致这一转变的所有插件的完整列表。我们基于各种不同的因素做出选择-不论是JetBrains目录中插件的受欢迎程度,他们希望解决的问题获得的搜索量,还是其综合评分。 所有这些因素,以及其他因素,在汇总时都考虑在内。

2019年排名前21的JetBrains IntelliJ插件

1。 Maven助手

04-03.eri-test 2019年的21个最佳IntelliJ插件(100%免费)

The Maven Helper plugin provides an easy way to find and exclude conflicting dependencies, actions to run/debug maven goals for a module that contains the current file or on the root module, and actions to run/debug the current test file. 解决依赖问题确实节省了很多时间.

2. Codota

04-03.eri-test 2019年的21个最佳IntelliJ插件(100%免费)

Shameless plug – got to do it but before you judge listen in… the Codota plugin helps you code faster and with fewer pesky errors. Codota completes lines of code based on millions of Java programs, along with your own unique context (open it from within the IDE using Ctrl + Shift + O). You can also find commonly used open-source Java code snippets for the class or method you’re using in the code search.

安装说明

3.添加到gitignore

With Add to gitignore you can create an automated protocol to ignore a specific path. 你可以追踪 .gitignore档案库中的档案名为 .gitignore. Git使用它来确定提交前要忽略的文件和目录. 这个方便的小插件可让您直接从IDE中进行操作.

4.字符串操作

04-03.eri-test 2019年的21个最佳IntelliJ插件(100%免费)

这个插件非常简单. Use String Manipulation to – well, manipulate strings. Perform a variety of different tasks on strings such as converting to camel case, capitalizing, escaping string in Java, and more

5. Grep控制台

04-03.eri-test 2019年的21个最佳IntelliJ插件(100%免费)

Grep Console enables you to define a series of regular expressions which will be tested against the console output. 每个与一行匹配的表达式都会改变其整个行/部分的样式.

6. Nyan进度栏

04-03.eri-test 2019年的21个最佳IntelliJ插件(100%免费)

在您的IDE中一点乐趣都没错,没有什么比Nyan cat更有趣。 那一个怎么样Nyan进度条为那些无休止的重建等待.

7. CamelCase

Great plugin that switches easily between CamelCase, camelCase, snake_case, SNAKE_CASE, well…you get the point. 希望他们也有一个可以写博客.

8.彩虹括号

04-03.eri-test 2019年的21个最佳IntelliJ插件(100%免费)

I love Rainbow Brackets / Parentheses for IntelliJ. This useful tool saves you the confusion of selecting which bracket needs to be closed. 每对括号/括号都有不同的颜色. 很简单,但是很酷. 另外,此插件为您原本苍白的代码添加了一些颜色.

9. CheckStyle-IDEA

This plugin provides both real-time and on-demand scanning of Java files with CheckStyle from within IDEA. Checkstyle是一个静态代码分析工具,用于检查Java源代码是否正确编译. This awesome plugin connects to CheckStyle you do it from your IDE.

10. AWS工具包

04-03.eri-test 2019年的21个最佳IntelliJ插件(100%免费)

AWS Toolkit is an open-source plugin used to make AWS application development easier. 使用工具包创建,测试和调试基于AWS的应用程序.

11. EduTools

04-03.eri-test 2019年的21个最佳IntelliJ插件(100%免费)

您不必是Joshua Bloch或Herbert Schildt来教Java. EduTools helps you teach (and learn) IntelliJ based programming languages right in your IDE. 这是通过具有即时验证和反馈功能的编码任务的形式完成的.

12. BashSupport

04-03.eri-test 2019年的21个最佳IntelliJ插件(100%免费)

Bash language support for IntelliJ. The open source software supports run configurations, rename refactoring, quick fixes, documentation lookup, syntax highlighting, inspections, and plenty more.

13. Python

04-03.eri-test 2019年的21个最佳IntelliJ插件(100%免费)

The Python plugin adds full-scale functionality for Python development. 将Python集成到您的IntelliJ平台中. 你还能要求什么呢?!

14. IntelliJ的JRebel

04-03.eri-test 2019年的21个最佳IntelliJ插件(100%免费)

JRebel enhances developer productivity – by reloading code changes instantly. 它跳过了Java开发中常见的重建,重新启动和重新部署周期.

15. Docker集成

04-03.eri-test 2019年的21个最佳IntelliJ插件(100%免费)

This plugin allows you to download and build Docker images, create and start Docker containers, and do other related tasks. Docker使开发人员可以在与生产相同的环境中在容器内部署应用程序以测试代码. 

16. CSV插件

04-03.eri-test 2019年的21个最佳IntelliJ插件(100%免费)

Lightweight CSV plugin that allows you to edit files in CSV/TSV format.

17. Eclipse代码格式化程序

04-03.eri-test 2019年的21个最佳IntelliJ插件(100%免费)

基本上听起来像什么. Use Eclipse Code Formatter to fix the problem of maintaining a common style for environments including Eclipse & IntelliJ developers.

18. FindBugs-IDEA

04-03.eri-test 2019年的21个最佳IntelliJ插件(100%免费)

提供静态字节码分析,以从IntelliJ IDEA中查找Java代码中的错误。 FindBugs是Java的缺陷检测工具,它使用静态分析来查找200多种错误模式,例如空指针取消引用,无限递归循环,对Java库的错误使用和死锁。

19. AceJump

04-03.eri-test 2019年的21个最佳IntelliJ插件(100%免费)

AceJump allows you to quickly navigate the caret to any position visible in the editor. If no matches can be found on-screen, AceJump will scroll to the next match it can find.

20.零宽度字符定位器

04-03.eri-test 2019年的21个最佳IntelliJ插件(100%免费)

我们即将结束非常全面的IntelliJ插件列表. 我真的很喜欢这样的插件,可以为一个非常常见的问题提供简单的解决方案. The Zero Width Character Locator plugin adds an inspection that prevents some hard to find bugs related to invisible zero width characters in source code and resources.

21. IdeaVim

04-03.eri-test 2019年的21个最佳IntelliJ插件(100%免费)

Finally, the IdeaVim plugin also made our list. IdeaVim provides Vim emulation in IntelliJ based IDEs. It includes many of the popular features Vim has to offer: 普通/插入/可视模式,运动键,删除/更改,标记,寄存器,一些Ex命令等等.

感谢您一路下滑! 它看起来似乎很长,但是由于IntelliJ有成千上万的插件可用,所以编译起来并不容易。 所以,如果我们遗漏了您最喜欢的插件,请在下面的评论中告诉我们。 编码愉快!

04-03.eri-test 2019年的21个最佳IntelliJ插件(100%免费)

from: https://blog.codota.com/21-best-intellij-plugins-for-2019-100-free/