konbluesky / java-design-pattern-helper-idea-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java-design-pattern-helper-idea-plugin(JDPH)

Build Version Downloads

A plug-in related to design patterns, intended to help engineers use common design patterns quickly.

The design pattern quoted from https://github.com/iluwatar/java-design-patterns

Screenshot

mainDialog

Planning

  • Super friendly GUI
  • Support preview of common design patterns: UML diagrams, project files
  • Automatically register the design pattern to the Live Template in IDEA
  • According to a pattern, intelligently match the similar code of the current project

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for " java-design-pattern-helper-idea-plugin" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.

reference

About

License:Apache License 2.0


Languages

Language:Java 78.9%Language:Kotlin 21.1%