hbmartin / intellij-plugin-evaluate-selected-expression

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

Home Page:https://plugins.jetbrains.com/plugin/20410-evaluate-selected-expression-inline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://plugins.jetbrains.com/plugin/20410-evaluate-selected-expression-inline

License:Apache License 2.0


Languages

Language:Kotlin 95.0%Language:Makefile 5.0%