{"id":50873069,"url":"https://github.com/timmhirsens/vscode-elixir","last_synced_at":"2026-06-15T07:02:08.221Z","repository":{"id":56193393,"uuid":"46827761","full_name":"timmhirsens/vscode-elixir","owner":"timmhirsens","description":"This plugin is no longer maintained!","archived":false,"fork":false,"pushed_at":"2023-01-11T00:04:01.000Z","size":1951,"stargazers_count":262,"open_issues_count":57,"forks_count":50,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-12-22T22:20:29.214Z","etag":null,"topics":["editor-plugin","elixir","elixir-support","vscode"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/timmhirsens.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-25T00:43:59.000Z","updated_at":"2025-07-27T16:55:25.000Z","dependencies_parsed_at":"2023-02-08T21:01:31.756Z","dependency_job_id":null,"html_url":"https://github.com/timmhirsens/vscode-elixir","commit_stats":null,"previous_names":["fr1zle/vscode-elixir"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/timmhirsens/vscode-elixir","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timmhirsens%2Fvscode-elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timmhirsens%2Fvscode-elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timmhirsens%2Fvscode-elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timmhirsens%2Fvscode-elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timmhirsens","download_url":"https://codeload.github.com/timmhirsens/vscode-elixir/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timmhirsens%2Fvscode-elixir/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34351451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"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":["editor-plugin","elixir","elixir-support","vscode"],"created_at":"2026-06-15T07:01:06.926Z","updated_at":"2026-06-15T07:02:08.216Z","avatar_url":"https://github.com/timmhirsens.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This project is no longer maintained. Please checkout https://marketplace.visualstudio.com/items?itemName=JakeBecker.elixir-ls as an alternative\n\n# Elixir Support for Visual Studio Code\n\n[![Download](https://vsmarketplacebadge.apphb.com/version-short/mjmcloug.vscode-elixir.png)](https://marketplace.visualstudio.com/items?itemName=mjmcloug.vscode-elixir)\n[![Download](https://vsmarketplacebadge.apphb.com/installs-short/mjmcloug.vscode-elixir.png)](https://marketplace.visualstudio.com/items?itemName=mjmcloug.vscode-elixir)\n[![Gitter](https://img.shields.io/gitter/room/vscode-elixir/Lobby.png)](https://gitter.im/vscode-elixir/Lobby)\n[![Build Status](https://semaphoreci.com/api/v1/fr1zle/vscode-elixir/branches/master/shields_badge.png)](https://semaphoreci.com/fr1zle/vscode-elixir)\n\nRead the [CHANGELOG](https://github.com/fr1zle/vscode-elixir/blob/master/CHANGELOG.md) to see what has changed in this extension over time.\n\nThis extension adds rich elixir language support to VS Code including:\n\n* Syntax Coloring\n* Snippets\n* Intellisense\n\n### Features\n\n#### Autocomplete\n![example](https://raw.githubusercontent.com/fr1zle/vscode-elixir/master/images/example.gif)\n#### Problems\n![problems](https://raw.githubusercontent.com/fr1zle/vscode-elixir/master/images/problems.gif)\n\nTheme used in the examples: 'Atom One Dark'\n\n## Using\n\nMake sure you have installed elixir with all its dependencies correctly and make sure it's in your path. You can check this by typing `elixir --version` into a terminal.\n\nThere currently is no option to change the path of the `elixir` executable. If you feel like there is a need for this, feel free to open up a pull request.\n\n### Autocomplete\n\nAutocomplete/Intellisense is implemented using the wonderful [ElixirSense](https://github.com/msaraiva/elixir_sense) project. For the auto complete to work properly, you will have to recompile your source code from time to time (using `mix compile`) for it to pick up the latest changes to your source code.\n\nIf your are having issues with the new implmentation you can switch back to the old one (alchemist server) by setting the property `elixir.useElixirSense` to `false`\n\n### Problem Reporting\n\nTo get compile warning / errors and test failures in your problem view, add the following to your `.vscode/tasks.json`:\n\n```json\n{\n  \"version\": \"2.0.0\",\n  \"tasks\": [\n    {\n      \"label\": \"build\",\n      \"type\": \"shell\",\n      \"command\": \"mix compile\",\n      \"problemMatcher\": [\n        \"$mixCompileError\",\n        \"$mixCompileWarning\"\n      ],\n      \"group\": {\n        \"kind\": \"build\",\n        \"isDefault\": true\n      }\n    },\n    {\n      \"label\": \"test\",\n      \"type\": \"shell\",\n      \"command\": \"mix test\",\n      \"problemMatcher\": [\n        \"$mixCompileError\",\n        \"$mixCompileWarning\",\n        \"$mixTestFailure\"\n      ],\n      \"group\": {\n        \"kind\": \"test\",\n        \"isDefault\": true\n      }\n    }\n  ]\n}\n```\n\nSee https://code.visualstudio.com/docs/editor/tasks for the documentation about tasks or https://code.visualstudio.com/docs/editor/tasks-appendix#_schema-for-tasksjson for the documentation about the tasks.json schema.\n\n### Emmet completions\n\nTo get Emmet support in `html.eex` files add the following to your user settings (`Ctrl + ,`):\n\n```json\n\"emmet.includeLanguages\": {\"HTML (Eex)\": \"html\"}\n```\n\n## Contributors\n\nThese wonderful people have so far contributed to this extension. Feel free to add your name here:\n\n* [mat-mcloughlin](https://github.com/mat-mcloughlin)\n* [PotterDai](https://github.com/PotterDai)\n* [Fahrradflucht](https://github.com/Fahrradflucht)\n* [bill-mybiz](https://github.com/bill-mybiz)\n* [securingsincity](https://github.com/securingsincity)\n* [toddharding](https://github.com/toddharding)\n* [mackenza](https://github.com/mackenza)\n* [samuelsuarezsanchez](https://github.com/samuelsuarezsanchez)\n* [untra](https://github.com/untra)\n\n(This list is in no particular order.)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimmhirsens%2Fvscode-elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimmhirsens%2Fvscode-elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimmhirsens%2Fvscode-elixir/lists"}