/intellij-plugin-evaluate-selected-expression

IntelliJ plugin to evaluate a selected expression (i.e. math) and replace it inline

Primary LanguageKotlinApache License 2.0Apache-2.0

Evaluate Selected Expression Inline

Build Linting Version

Easily find the result of a math or other expression right where you're working.

Just select the text you want to evaluate and replace, then apply this action by searching for it (⌘-⇧-A) or assigning a keyboard shortcut in Settings > Keymap

Supports all expressions valid with mXparser

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "Evaluate Selected Expression" > Install Plugin

  • Manually:

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

Contributing

Authors