/NumberConverter

IntelliJ plugin to convert numbers from one numeral system to another

Primary LanguageJavaApache License 2.0Apache-2.0

Number Converter

The plugin to convert numbers from one numeral system to another in any JetBrains IDE. For floating point numbers, the fractional part will be discarded.

Features:

  • big integers
  • engineering types
  • negative conversion (bit shifting)
  • multi carets
  • shortcuts

Current supported numeral systems:

  • DEC - Decimal
  • HEX - Hexadecimal
  • OCT - Octal
  • BIN - Binary