Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/XTeam-Wing/Awesome-Jetbrains-Plugin
A series of useful idea plugins
https://github.com/XTeam-Wing/Awesome-Jetbrains-Plugin
List: Awesome-Jetbrains-Plugin
Last synced: 21 days ago
JSON representation
A series of useful idea plugins
- Host: GitHub
- URL: https://github.com/XTeam-Wing/Awesome-Jetbrains-Plugin
- Owner: XTeam-Wing
- License: apache-2.0
- Created: 2021-12-20T07:17:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-20T08:44:35.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T16:57:53.359Z (about 1 month ago)
- Size: 8.79 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - XTeam-Wing/Awesome-Jetbrains-Plugin - A series of useful idea plugins (Others)
README
# Awesome-Idea-Plugin
- A series of useful idea plugins
- Welcome PR
[toc]
## MoMoSec-CodeInspector
This plugin focus on the security risks and provides one-click fix capability.
本插件侧重于在编码过程中发现项目潜在的安全风险,并提供一键修复能力。
[Address](https://github.com/momosecurity/momo-code-sec-inspector-java)
## Rainbow Brackets
Eliminate context switching and costly distractions. Create and merge PRs and perform code reviews from inside your IDE while using jump-to-definition, your keybindings, and other IDE favorites. Learn more
Supported languages:
Java, Scala, Clojure, Kotlin, Python, Haskell, Agda, Rust, JavaScript, TypeScript, Erlang, Go, Groovy, Ruby, Elixir, ObjectiveC, PHP, HTML, XML, SQL, Apex language, C#, Dart, Pug/Jade, Bash, Vue.js, C# Razor Pages, GLSL(the OpenGL Shading Language), Go Template...## SequenceDiagram
with this plugin, you can
- generate Simple Sequence Diagram.
- Navigate the code by click the diagram shape.
- Delete Class from diagram.
- Export the diagram as image.
- Export the diagram as PlantUML file.
- Exclude classes from diagram by Settings > Tools > Sequence Diagram
- Smart Interface(experimental)
- Lambda Expression(experimental)
- Kotlin Support(Experimental, No code navigation)## Material Theme UI
> Need to charge
Material Theme UI is a plugin for JetBrains IDE (IntelliJ IDEA, WebStorm, Android Studio and so on) that changes the original appearance to a Material Design look and feel.
## Free Mybatis plugin
A idea plugin for mybatis free-idea-mybatis is an enchange plugin for idea to supoort mybatis,here is the main functions:
- generate mapper xml files
- navigate from the code to mapper and from the mapper back to code
- auto code and error tips
- support mybatis generator gui
- generate swagger model annotationfree-idea-mybatis是一款增强idea对mybatis支持的插件,主要功能如下:
- 生成mapper xml文件
- 快速从代码跳转到mapper及从mapper返回代码
- mybatis自动补全及语法错误提示
- 集成mybatis generator gui界面
- 根据数据库注解,生成swagger model注解