{"id":13638524,"url":"https://github.com/dagger/cuelsp","last_synced_at":"2025-04-19T18:30:43.338Z","repository":{"id":47426060,"uuid":"491445047","full_name":"dagger/cuelsp","owner":"dagger","description":null,"archived":true,"fork":false,"pushed_at":"2022-08-19T09:49:11.000Z","size":5712,"stargazers_count":88,"open_issues_count":0,"forks_count":9,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-11T18:02:26.008Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/dagger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-12T09:20:33.000Z","updated_at":"2024-10-01T01:54:59.000Z","dependencies_parsed_at":"2022-08-12T13:40:16.891Z","dependency_job_id":null,"html_url":"https://github.com/dagger/cuelsp","commit_stats":null,"previous_names":["dagger/daggerlsp"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dagger%2Fcuelsp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dagger%2Fcuelsp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dagger%2Fcuelsp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dagger%2Fcuelsp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dagger","download_url":"https://codeload.github.com/dagger/cuelsp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249764708,"owners_count":21322286,"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":[],"created_at":"2024-08-02T01:00:47.731Z","updated_at":"2025-04-19T18:30:41.898Z","avatar_url":"https://github.com/dagger.png","language":"Go","funding_links":[],"categories":["Projects"],"sub_categories":[],"readme":"# CUE LSP\n\nLanguage Server implementation for [CUE](https://cuelang.org), with built-in support for [Dagger](https://dagger.io).\n\n## Install\n\nCUE LSP can be used in one of two ways:\n\n* As a standalone binary `cuelsp`: `go install github.com/dagger/cuelsp/cmd/cuelsp@latest`\n* As a subcommand of the Dagger CLI: `dagger cuelsp`. This requires [dagger v0.2.27 or later](https://docs.dagger.io/install).\n\n## Configure your code editor\n\n| Code Editor |                    Documentation                     |\n|:-----------:|:----------------------------------------------------:|\n|   VS Code   | [Extension](https://marketplace.visualstudio.com/items?itemName=Dagger.dagger) |\n|     Vim     |                [Guide](./docs/vim.md)                |\n\n### Capabilities\n\n| Feature                 | Supported          | Link to documentation                     |\n|-------------------------|--------------------|-------------------------------------------|\n| Load cue plan           | :white_check_mark: | [how cuelsp loads CUE](./docs/load.md) |\n| Load multiples files    | :white_check_mark: | [how cuelsp loads CUE](./docs/load.md) |\n| Jump to CUE definition  | :white_check_mark: | [managing jump-to](./docs/jump-to.md)       |\n| Doc Hover               | :white_check_mark: |                                           |\n| Syntax highlighting     | :hourglass:        |                                           |\n| Auto completion         | :no_entry_sign:    |                                           |\n| Jump to CUE keys        | :no_entry_sign:    |                                           |\n| Error highlighting      | :no_entry_sign:    |                                           |\n| Code snippet            | :no_entry_sign:    |                                           |\n| Optimization suggestion | :no_entry_sign:    |                                           |\n\n### Development \u0026 CI\n\nWe use [Dagger](https://dagger.io) to lint, test and build CUELSP. Using Dagger, commands running in the\nCI behave the same as on your local system :rocket:\n\n| Action       | Command           |\n|--------------|-------------------|\n| Run linter   | `dagger do lint`  |\n| Run test     | `dagger do test`  |\n| Build binary | `dagger do build` |\n\n\u003e If you are on Mac M1, you should build binary using `go build -o cuelsp` because Buildkit\n\u003e does not support `darwin/arm64` platform, yet.\n\n### Release\n\nCUELSP is versioned through tagged release.\n\nThere is a complete [release workflow](./.github/workflows/release.yaml) to produce CUELSP binaries for multiple\nplatforms.\n\nTo publish a new release, we just create a new tag.\n\n```shell\n# Tag current commit\ngit tag vX.X.X\n\n# Push tag to repository\ngit push origin vX.X.X\n```\n\n### Maintainers\n\n| [\u003cimg src=\"https://github.com/TomChv.png?size=85\" /\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eVasek\u003c/b\u003e\u003c/sub\u003e](https://github.com/TomChv) | [\u003cimg src=\"https://github.com/grouville.png?size=85\" /\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGuillaume de Rouville\u003c/b\u003e\u003c/sub\u003e](https://github.com/grouville) | [\u003cimg src=\"https://github.com/dolanor.png?size=85\" /\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTanguy ⧓ Herrmann\u003c/b\u003e\u003c/sub\u003e](https://github.com/dolanor) |\n|:-------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------:|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdagger%2Fcuelsp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdagger%2Fcuelsp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdagger%2Fcuelsp/lists"}