{"id":17694916,"url":"https://github.com/hbmartin/intellij-plugin-evaluate-selected-expression","last_synced_at":"2025-03-30T23:43:05.687Z","repository":{"id":147081321,"uuid":"565509355","full_name":"hbmartin/intellij-plugin-evaluate-selected-expression","owner":"hbmartin","description":"IntelliJ plugin to evaluate a selected expression (i.e. math) and replace it inline","archived":false,"fork":false,"pushed_at":"2023-08-26T14:49:07.000Z","size":2058,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-06T05:17:10.484Z","etag":null,"topics":["androidstudio-plugin","intellijidea-plugin","pycharm-plugin","webstorm-plugin"],"latest_commit_sha":null,"homepage":"https://plugins.jetbrains.com/plugin/20410-evaluate-selected-expression-inline","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hbmartin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-13T16:26:51.000Z","updated_at":"2023-01-31T19:33:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c41747a-0ccc-457b-96c7-a19acd7bb357","html_url":"https://github.com/hbmartin/intellij-plugin-evaluate-selected-expression","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":"JetBrains/intellij-platform-plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbmartin%2Fintellij-plugin-evaluate-selected-expression","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbmartin%2Fintellij-plugin-evaluate-selected-expression/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbmartin%2Fintellij-plugin-evaluate-selected-expression/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbmartin%2Fintellij-plugin-evaluate-selected-expression/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hbmartin","download_url":"https://codeload.github.com/hbmartin/intellij-plugin-evaluate-selected-expression/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246395572,"owners_count":20770240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["androidstudio-plugin","intellijidea-plugin","pycharm-plugin","webstorm-plugin"],"created_at":"2024-10-24T13:50:32.150Z","updated_at":"2025-03-30T23:43:05.669Z","avatar_url":"https://github.com/hbmartin.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Evaluate Selected Expression Inline \u003cimg align=\"right\" src=\"media/pluginIcon.png\" /\u003e\n\n![Build](https://github.com/hbmartin/intellij-plugin-evaluate-selected-expression/workflows/Build/badge.svg)\n![Linting](https://github.com/hbmartin/intellij-plugin-evaluate-selected-expression/workflows/Linting/badge.svg)\n[![Version](https://img.shields.io/jetbrains/plugin/v/20410-evaluate-selected-expression-inline.svg)](https://plugins.jetbrains.com/plugin/20410-evaluate-selected-expression-inline)\n\n\u003cimg src=\"media/demo.gif\" /\u003e\n\n\u003c!-- Plugin description --\u003e\n\nEasily find the result of a math or other expression right where you're working.\n\nJust 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 \u003e Keymap\n\nSupports all expressions valid with [mXparser](https://github.com/mariuszgromada/MathParser.org-mXparser)\n\n\u003c!-- Plugin description end --\u003e\n\n## Installation\n\n- Using IDE built-in plugin system:\n  \n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003eMarketplace\u003c/kbd\u003e \u003e \u003ckbd\u003eSearch for \"Evaluate Selected Expression\"\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eInstall Plugin\u003c/kbd\u003e\n  \n- Manually:\n\n  Download the [latest release](https://github.com/hbmartin/intellij-plugin-evaluate-selected-expression/releases/latest) and install it manually using\n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003e⚙️\u003c/kbd\u003e \u003e \u003ckbd\u003eInstall plugin from disk...\u003c/kbd\u003e\n\n\n## Contributing\n\n* [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!\n* 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)\n* 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)\n\n## Authors\n\n* [Harold Martin](https://www.linkedin.com/in/harold-martin-98526971/) - harold.martin at gmail\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhbmartin%2Fintellij-plugin-evaluate-selected-expression","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhbmartin%2Fintellij-plugin-evaluate-selected-expression","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhbmartin%2Fintellij-plugin-evaluate-selected-expression/lists"}