An open API service indexing awesome lists of open source software.

https://github.com/hbmartin/intellij-plugin-evaluate-selected-expression

IntelliJ plugin to evaluate a selected expression (i.e. math) and replace it inline
https://github.com/hbmartin/intellij-plugin-evaluate-selected-expression

androidstudio-plugin intellijidea-plugin pycharm-plugin webstorm-plugin

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Evaluate Selected Expression Inline

![Build](https://github.com/hbmartin/intellij-plugin-evaluate-selected-expression/workflows/Build/badge.svg)
![Linting](https://github.com/hbmartin/intellij-plugin-evaluate-selected-expression/workflows/Linting/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/20410-evaluate-selected-expression-inline.svg)](https://plugins.jetbrains.com/plugin/20410-evaluate-selected-expression-inline)

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](https://github.com/mariuszgromada/MathParser.org-mXparser)

## Installation

- Using IDE built-in plugin system:

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

- Manually:

Download the [latest release](https://github.com/hbmartin/intellij-plugin-evaluate-selected-expression/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

## Contributing

* [PRs](https://github.com/hbmartin/intellij-plugin-evaluate-selected-expression/pulls) and [bug reports / feature requests](https://github.com/hbmartin/intellij-replace-string-format-with-kotlin-template/issues) are all welcome!
* This project is linted with [ktlint](https://github.com/pinterest/ktlint) via [ktlint-gradle](https://github.com/JLLeitschuh/ktlint-gradle/tags) and statically analyzed with [detekt](https://github.com/detekt/detekt)
* Treat other people with helpfulness, gratitude, and consideration! See the [JetBrains CoC](https://confluence.jetbrains.com/display/ALL/JetBrains+Open+Source+and+Community+Code+of+Conduct)

## Authors

* [Harold Martin](https://www.linkedin.com/in/harold-martin-98526971/) - harold.martin at gmail