Skip to content

ysjiang4869/idea-tool-set

Repository files navigation

IDEA-TOOL

Build Version Downloads

A tool for daily develop use!

Plugin Description

This plugin is build for normal daily develop use. Include many useful tools every engineer need. You can handle json, convert time, debug cron, generate random json from class and so on.

Features:

  • Json tool: tree view, compact, and extract.
  • Cron tool: write cron and valid, see the run times.
  • Time tool: get current timestamp, convert between ts and date, with or without timezones.
  • Date calculator: calc how many days between two date, add or sub days.
  • Regex tool: write and valid regex.

Roadmap:

  • json tool
    • simplify and pretty
    • treeView
    • to Java object
    • beautify the json view
    • add json search
  • date tool
    • parse timestamp
  • cron tool
  • Java object to random value json
  • regex tool
  • encode, decode
  • conversion of number systems
  • curl to java code and vice versa
  • jdk deserialize: technic research seems can't realize
  • i18n support

... , if you have any idea or need, please open pull request at github. No more need to open your browser to use tool again!

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "IDEA-TOOL" > 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.

Thanks for Jetbrains provide the excellent develop tool. JetBrains Logo (Main) logo