Skip to content

A plugin tool designed to assist developers using IntelliJ IDEA in writing code, providing quick functionality for string, JSON, and date conversions.

Notifications You must be signed in to change notification settings

fork-java/converterX

 
 

Repository files navigation

converterX

介绍

一款用于帮助使用 IntelliJ IDEA 编写代码的研发人员,快速进行字符串、JSON、日期转换等功能的插件工具。
A plugin tool designed to assist developers using IntelliJ IDEA in writing code, providing quick functionality for string, JSON, and date conversions.

中文介绍

  • 1. 选中你要转换的字符串,右键,在 ConvertX 中选择 String Converter,你可以将字符串转化为驼峰等一系列格式。
  • 2. 选中你要转换的时间格式的字符串,右键,在 ConvertX 中选择 Date Converter,你可以将时间转化为时间戳等一系列格式。
  • 3. 选中你要转换的JSON字符串,右键,在 ConvertX 中选择 JSON Converter,你可以将JSON进行压缩、格式化等操作。

English Introduction

  • 1. Select the string you want to convert, right-click, and choose "String Converter" in ConvertX. You can convert the string to various formats like camel case.
  • 2. Select the time format string you want to convert, right-click, and choose "Date Converter" in ConvertX. You can convert the time to various formats like timestamps.
  • 3. Select the JSON string you want to convert, right-click, and choose "JSON Converter" in ConvertX. You can perform operations like compression and formatting on the JSON.

版本

V1.0.0

  • Provide the ability to convert strings.
  • Provide the ability to convert date strings.
  • Provide the ability to format JSON strings.

About

A plugin tool designed to assist developers using IntelliJ IDEA in writing code, providing quick functionality for string, JSON, and date conversions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%