{"id":19838993,"url":"https://github.com/objectionary/eo-intellij-plugin","last_synced_at":"2025-10-16T16:48:38.030Z","repository":{"id":40375228,"uuid":"492899189","full_name":"objectionary/eo-intellij-plugin","owner":"objectionary","description":"Syntax Highlighting Intellij IDEA Plugin for EO Programming Language","archived":false,"fork":false,"pushed_at":"2025-09-30T11:00:57.000Z","size":1150,"stargazers_count":18,"open_issues_count":30,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-09-30T13:04:26.782Z","etag":null,"topics":["eolang","intellij","intellij-plugin","java","oop","parser"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/objectionary.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-05-16T15:41:45.000Z","updated_at":"2025-07-07T07:04:15.000Z","dependencies_parsed_at":"2024-01-18T17:30:44.420Z","dependency_job_id":"73d33aeb-b5b4-43bf-9dc0-80a34e7f71b2","html_url":"https://github.com/objectionary/eo-intellij-plugin","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/objectionary/eo-intellij-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objectionary%2Feo-intellij-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objectionary%2Feo-intellij-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objectionary%2Feo-intellij-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objectionary%2Feo-intellij-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/objectionary","download_url":"https://codeload.github.com/objectionary/eo-intellij-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objectionary%2Feo-intellij-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278778974,"owners_count":26044259,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["eolang","intellij","intellij-plugin","java","oop","parser"],"created_at":"2024-11-12T12:19:51.075Z","updated_at":"2025-10-07T13:06:54.416Z","avatar_url":"https://github.com/objectionary.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IntelliJ IDEA Plugin for EO\n\n[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)\n[![DevOps By Rultor.com](http://www.rultor.com/b/objectionary/eo)](http://www.rultor.com/p/objectionary/eo)\n[![We recommend IntelliJ IDEA](https://www.elegantobjects.org/intellij-idea.svg)](https://www.jetbrains.com/idea/)\n\n[![Hits-of-Code](https://hitsofcode.com/github/objectionary/eo-intellij-plugin)](https://hitsofcode.com/view/github/objectionary/eo-intellij-plugin)\n[![build](https://img.shields.io/github/workflow/status/objectionary/eo-intellij-plugin/build)](https://github.com/yasamprom/eo-intellij-plugin/actions/workflows/build.yaml)\n[![codecov](https://codecov.io/gh/objectionary/eo-intellij-plugin/branch/master/graph/badge.svg)](https://codecov.io/gh/objectionary/eo-intellij-plugin)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/objectionary/eo/blob/master/LICENSE.txt)\n\nThis is Intellij plugin for [EO](https://github.com/objectionary/eo).\n\nInstalling is possible from [IntelliJ IDEA](https://www.jetbrains.com/idea/)\nand other [JetBrains](https://www.jetbrains.com/) family products, such\nas [PyCharm](https://www.jetbrains.com/ru-ru/pycharm/),\n[CLion](https://www.jetbrains.com/ru-ru/clion/), and so on.\nJust type \"EO\" in plugins search tab and you will find it.\n\nYou may also install it from\n[its page](https://plugins.jetbrains.com/plugin/19460-eo)\nat JetBrains Marketplace.\n\n## How to Contribute\n\nFork repository, make changes, send us a\n[pull request](https://www.yegor256.com/2014/04/15/github-guidelines.html).\nWe will review your changes and apply them to the `master` branch shortly,\nprovided they don't violate our quality standards. To avoid frustration,\nbefore sending us your pull request please run full gradle build:\n\n```bash\ngradle build\n```\nFor checking code quality we use [Qulice](https://www.qulice.com/index.html)\n\n```bash\ngradle qulice\n```\n\nYou will need [Gradle](https://gradle.org/guides/),\n[Maven](https://maven.apache.org/) and Java 14+ installed.\n\n\n\n## Structure\n\nProject has two parts: manually written and auto-generated.\n\nIn `src/main` you may find source code. Classes listed there are not\nauto-generated. They describe EO language and `.eo` extension.\n\nThe second part is auto-generated classes. They should be generated\nfrom `.g4` file and moved into\n`src/java/org/eolang/jetbrains/parser`. The grammar will be downloaded\nautomatically\nduring `build` gradle task. Needed class will be generated at the same time.\n\nResources (icons and `plugin.xml`) are located in `src/resources`.\n\nWe use [Rultor](https://github.com/yegor256/rultor)\nfor publishing (see `.rultor.yml`).\n\n## How it Works\n\nPlugin is implemented in Java and ANTLR4 grammar.\n\n[ANTLR4 adapter](https://github.com/antlr/antlr4-intellij-adaptor)\nis used for generating `EOLexer` and `EOParser` classes.\n\n## Compiling EO sources using plugin\n\nIn order to compile eo sources withing the project it must be maven project.\nIts `pom` file should contain `eo-maven-plugin` configuration as follows:\n\n```xml\n\u003cbuild\u003e\n    \u003cplugins\u003e\n      \u003cplugin\u003e\n        \u003cgroupId\u003eorg.eolang\u003c/groupId\u003e\n        \u003cartifactId\u003eeo-maven-plugin\u003c/artifactId\u003e\n        \u003cversion\u003e0.27.0\u003c/version\u003e\n        \u003cconfiguration\u003e\n          \u003cforeign\u003e${project.basedir}/target/eo/foreign.csv\u003c/foreign\u003e\n          \u003cforeignFormat\u003ecsv\u003c/foreignFormat\u003e\n          \u003chash\u003emaster\u003c/hash\u003e\n          \u003cfailOnWarning\u003etrue\u003c/failOnWarning\u003e\n        \u003c/configuration\u003e\n      \u003c/plugin\u003e\n    \u003c/plugins\u003e\n  \u003c/build\u003e\n```\n\nHaving this set up compilation can be triggered by\n`Build -\u003e EO compile` menu action.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobjectionary%2Feo-intellij-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobjectionary%2Feo-intellij-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobjectionary%2Feo-intellij-plugin/lists"}