{"id":51150129,"url":"https://github.com/remoteoss/dexter-vscode","last_synced_at":"2026-06-26T05:05:34.535Z","repository":{"id":365717493,"uuid":"1205615541","full_name":"remoteoss/dexter-vscode","owner":"remoteoss","description":"Dexter LSP VS Code extension.","archived":false,"fork":false,"pushed_at":"2026-04-09T05:58:51.000Z","size":859,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-18T16:07:35.728Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/remoteoss.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-09T05:58:37.000Z","updated_at":"2026-04-11T04:44:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/remoteoss/dexter-vscode","commit_stats":null,"previous_names":["remoteoss/dexter-vscode"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/remoteoss/dexter-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remoteoss%2Fdexter-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remoteoss%2Fdexter-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remoteoss%2Fdexter-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remoteoss%2Fdexter-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remoteoss","download_url":"https://codeload.github.com/remoteoss/dexter-vscode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remoteoss%2Fdexter-vscode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34803703,"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-26T02:00:06.560Z","response_time":106,"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":[],"created_at":"2026-06-26T05:05:33.821Z","updated_at":"2026-06-26T05:05:34.518Z","avatar_url":"https://github.com/remoteoss.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dexter for VS Code / Cursor\n\n[Dexter](https://github.com/remoteoss/dexter) is a lightning fast, full-featured Elixir language server optimized for speed on large codebases.\n\n## Features\n\n- Go-to-definition, find references, rename, and more!\n- Autocompletion with snippet support across aliases, imports, and `use` injections\n- Hover documentation for `@doc`, `@moduledoc`, `@typedoc`, and `@spec`\n- Near-instant format on save, including support for any formatter plugins your project has configured, like Styler\n- Syntax highlighting for Elixir, EEx, HEEx, and LiveBook\n- Monorepo-aware with automatic reindexing on git branch switches\n\nSee the [Dexter repo](https://github.com/remoteoss/dexter) for the full feature list.\n\n## Quick start\n\n1. [Install Dexter](https://github.com/remoteoss/dexter#installation)\n2. Install this extension from the VS Code or Cursor marketplace\n3. Open any Elixir file — the index builds automatically on first startup\n\nAdd `.dexter.db` to your `.gitignore`:\n\n```sh\necho \".dexter.db*\" \u003e\u003e .gitignore\n```\n\n## Configuration\n\n| Setting | Default | Description |\n|---------|---------|-------------|\n| `dexter.binary` | `\"dexter\"` | Path to the dexter binary |\n| `dexter.followDelegates` | `true` | Follow `defdelegate` to the target function definition |\n| `dexter.stdlibPath` | `\"\"` | Path to the Elixir stdlib `lib/` directory. Auto-detected if not set |\n| `dexter.debug` | `false` | Enable verbose LSP logging (view with **Output → Dexter**) |\n\nTo enable format on save:\n\n```json\n{\n  \"[elixir]\": { \"editor.formatOnSave\": true },\n  \"[phoenix-heex]\": { \"editor.formatOnSave\": true }\n}\n```\n\n## Development\n\n```sh\ngit clone https://github.com/remoteoss/dexter-vscode.git\ncd dexter-vscode\nmake install   # installs to Cursor by default, or: make install-vscode\n```\n\n### Releasing\n\n1. Create a release branch, bump the version in `package.json`, and update `CHANGELOG.md`\n2. Merge the branch into `main`\n3. Tag and push:\n   ```sh\n   make release VERSION=0.2.0\n   ```\n\nCI will pick up the tag and publish the extension automatically.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremoteoss%2Fdexter-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremoteoss%2Fdexter-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremoteoss%2Fdexter-vscode/lists"}