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
- Host: GitHub
- URL: https://github.com/hbmartin/intellij-plugin-evaluate-selected-expression
- Owner: hbmartin
- License: apache-2.0
- Created: 2022-11-13T16:26:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T14:49:07.000Z (over 1 year ago)
- Last Synced: 2025-02-06T05:17:10.484Z (3 months ago)
- Topics: androidstudio-plugin, intellijidea-plugin, pycharm-plugin, webstorm-plugin
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/20410-evaluate-selected-expression-inline
- Size: 1.96 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Evaluate Selected Expression Inline


[](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