{"id":19838994,"url":"https://github.com/objectionary/eo-vscode","last_synced_at":"2025-05-01T18:31:47.838Z","repository":{"id":61929689,"uuid":"551486781","full_name":"objectionary/eo-vscode","owner":"objectionary","description":"VSCode Extension for the EO Language with a Language Server","archived":false,"fork":false,"pushed_at":"2025-04-24T06:25:36.000Z","size":786,"stargazers_count":7,"open_issues_count":13,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-24T07:36:04.820Z","etag":null,"topics":["eolang","typescript","vscode","vscode-plugin"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=eolang.eo","language":"TypeScript","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}},"created_at":"2022-10-14T13:46:52.000Z","updated_at":"2025-04-14T17:54:30.000Z","dependencies_parsed_at":"2023-10-12T06:03:42.010Z","dependency_job_id":"73d583b1-d2e4-45f8-981f-3e06fc04cb5a","html_url":"https://github.com/objectionary/eo-vscode","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objectionary%2Feo-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objectionary%2Feo-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objectionary%2Feo-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objectionary%2Feo-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/objectionary","download_url":"https://codeload.github.com/objectionary/eo-vscode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251924806,"owners_count":21666039,"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":["eolang","typescript","vscode","vscode-plugin"],"created_at":"2024-11-12T12:19:51.467Z","updated_at":"2025-05-01T18:31:47.143Z","avatar_url":"https://github.com/objectionary.png","language":"TypeScript","readme":"\u003cimg src=\"./icons/cactus-128.png\" height=\"92px\" /\u003e\n\n![Lines of code](https://img.shields.io/tokei/lines/github/objectionary/eo-vscode)\n![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/objectionary/eo-vscode/Build/master)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=EOLangVSCode_eo-vscode\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=EOLangVSCode_eo-vscode)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=EOLangVSCode_eo-vscode\u0026metric=coverage)](https://sonarcloud.io/summary/new_code?id=EOLangVSCode_eo-vscode)\n![GitHub](https://img.shields.io/github/license/objectionary/eo-vscode)\n\nThis is the VSCode plugin for [EO](https://github.com/objectionary/eo). It provides semantic highlighting, parsing error checking and EO file icon for your .eo files.\n\nTo install it, launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter:\n```\next install eolang.eo\n```\n\nYou can also install it from [its page](https://marketplace.visualstudio.com/items?itemName=eolang.eo) at Visual Studio Marketplace.\n\n## Structure\nTheis extension is written in **TypeScript**, was developed with **Node 16** and has two main parts: the client and the server. Inside `server/src` yo can find all the code related to the server side. All the code for the client side is located at `client/src`.\n\nThe code parser is generated with ANTLR4 using the latest version of the EO grammar located in this [link](https://raw.githubusercontent.com/objectionary/eo/master/eo-parser/src/main/antlr4/org/eolang/parser/Program.g4).\n\nPublishing the extension is done with [Rultor](https://github.com/yegor256/rultor) (see `.rultor.yml`).\n\n## How to Contribute\nRead the code documentation which can be found [here](https://www.objectionary.com/eo-vscode/).\n\nClone the repository. Install node modules with:\n```bash\n$ npm install\n```\n\nDownload grammar file and generate ANTLR4 parser automatically with:\n```bash\n$ npm run fetch-and-build-grammar\n```\n\nMake changes on a new branch. You can run an instance of VSCode with the extension running by hitting F5 in the code editor. After modifications, test your code with:\n```bash\n$ npm run unit-test\n$ npm run end-to-end-test\n```\n\nIf you have modified any of the code documentation, generate new documentation files with:\n```bash\n$ npm run generate-docs\n```\n\nCreate a pull request. To avoid frustration, run:\n```bash\n$ npm run linter\n$ npm run compile\n```\nbefore commiting.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobjectionary%2Feo-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobjectionary%2Feo-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobjectionary%2Feo-vscode/lists"}