Skip to content

guxingke/intellij-one

Repository files navigation

intellij-one

Build Version Downloads

Personal java daily development of all-in-one plug-in collection.

  • postfix templates
  • generator

postfix templates

  • toIdMap, convert collection or stream to a map with key of component pojo id, value of component pojo.
  • toMap
  • toList
  • toSet
  • groupingBy
  • partitioningBy
  • joining
  • toArray

generator

  • [-] object mapper

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "intellij-one" > Install Plugin

  • Manually:

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

Template

Plugin based on the IntelliJ Platform Plugin Template.

References