COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20220723115658/https://github.com/topics/idea-plugin
Here are
300 public repositories
matching this topic...
用于在IDEA将Mybatis的SQL日志还原为可执行的SQL,Used to restore Mybatis SQL logs to executable SQL in IDEA,
Updated
Sep 16, 2021
Java
IntelliJ IDEA上的SmartIM(原SmartQQ)插件,可以在IDEA中使用QQ或微信聊天
Updated
Jan 16, 2020
Java
基于IntelliJ IDEA开发的代码生成插件,支持自定义任意模板(Java,html,js,xml)。只要是与数据库相关的代码都可以通过自定义模板来生成。支持数据库类型与java类型映射关系配置。支持同时生成生成多张表的代码。每张表有独立的配置信息。完全的个性化定义,规则由你设置。
Updated
Jul 21, 2022
Java
Multi-OS Engine: Create iOS Apps in Java (or Kotlin ... etc.)
A idea-plugin for Java/Scala, support custom code template.
Updated
Nov 24, 2019
Java
A plugin for IntelliJ IDEA & Android Studio to easily compile Java & Kotlin files to smali.
Updated
May 1, 2021
Kotlin
GitToolBox IntelliJ plugin
Updated
Feb 28, 2022
Kotlin
[Deprecated] 🚀 Android 多渠道打包的 Android Studio / IDEA 插件
arthas idea plugin 更简单的使用arthas的IDEA 插件,方便的构建各种arthas 命令,复制到剪切板 然后到服务器上启动arthas 执行命令。
Updated
Mar 24, 2022
Java
程序员常用的工具集Idea插件,帮助开发人员提升效率
Updated
Aug 17, 2021
Java
ReasonML Language Plugin for IDEA
Updated
Jul 22, 2022
Java
Help you generate the API document to yapi
Updated
Jul 17, 2022
Kotlin
CSV validator, highlighter and formatter plugin for JetBrains Intellij IDEA, PyCharm, WebStorm, ...
Updated
Jan 31, 2022
Java
🛠︎一个用于代码生成的IDEA插件,可以根据数据库表结构,帮助您从不同的模板快速生成相关代码。
Updated
Jun 28, 2022
Java
Jenkins integration in IDEA Platforms
Updated
Jul 14, 2022
Java
Context and template-based completion for conventional/semantic commits.
Updated
Jul 10, 2022
Kotlin
阿里云智能编码插件(Alibaba Cloud AI Coding Assistant)是一款AI编程助手,它提供代码智能补全和IDE内的代码示例搜索能力,帮助你更快更高效地写出高质量代码。
An IntelliJ IDEA & Android Studio plugin that adds Live Templates to your IDE saving time writing the boilerplate in Flutter.
Updated
Jun 5, 2022
Kotlin
YAML/Ansible support with Jinja2 tags / IntelliJ IDEA
Updated
Oct 21, 2020
Java
Api Generator是一款可以自动解析Controller类抽取REST接口信息并自动上传YApi的IDEA插件。YApi好伴侣,从此维护文档再也不是事儿了!
Updated
Apr 27, 2022
Java
基于IntelliJ IDEA流程可视化插件: a good idea-plugin for Alibaba Compileflow process engine.
Haxe plugin for IntelliJ Platform based IDEs (IDEA, Android-Studio)
Updated
Apr 15, 2021
Java
🔌 An IDEA/Android Studio plug-in that automatically generates an MVP template code
Updated
Oct 19, 2020
Kotlin
🧩 an IDEA/WebStorm/Android Studio Plugin for One-Click run React Native commands in embed terminal
Updated
Jun 27, 2022
Java
An Intellij IDE plugin which helps you manage Merge Request and do Code Review right in your IDE.
Updated
Feb 11, 2021
Kotlin
Updated
Jul 23, 2022
Java
Improve this page
Add a description, image, and links to the
idea-plugin
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
idea-plugin
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Describe the bug (描述这个Bug)
根据这篇文章的描述,在某些特定行为,比如使用一对多(@OneToMany)的情况下lombok的默认的@EqualsAndHashCode似乎会造成严重的内存和性能消耗,并且也应该适当限制@tostring注解的使用
jpa buddy也会对这种使用方式提出警告
我看了看模版,通过修改模版似乎也不好解决这个问题
Expected behavior (期望的行为)
希望把@DaTa换成@getter @Setter @tostring @RequiredArgsConstructor 的注解组合并且添加单独的equals()和hashCode()实现
equals