{"id":28829021,"url":"https://github.com/forcedotcom/soql-language-server","last_synced_at":"2025-07-03T09:32:32.419Z","repository":{"id":38426195,"uuid":"335054739","full_name":"forcedotcom/soql-language-server","owner":"forcedotcom","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-19T01:20:21.000Z","size":2317,"stargazers_count":13,"open_issues_count":16,"forks_count":6,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-05-19T01:48:40.264Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/forcedotcom.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"docs/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-01T19:04:56.000Z","updated_at":"2024-02-18T10:33:29.000Z","dependencies_parsed_at":"2024-06-21T13:14:35.783Z","dependency_job_id":"dae87609-bbaa-4a86-9e51-af81ef57b66c","html_url":"https://github.com/forcedotcom/soql-language-server","commit_stats":{"total_commits":109,"total_committers":13,"mean_commits":8.384615384615385,"dds":0.7614678899082569,"last_synced_commit":"e15ec1f627fd7e067549bebefad332e25e01d8a3"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/forcedotcom/soql-language-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Fsoql-language-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Fsoql-language-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Fsoql-language-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Fsoql-language-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/forcedotcom","download_url":"https://codeload.github.com/forcedotcom/soql-language-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Fsoql-language-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260690921,"owners_count":23047102,"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":"2025-06-19T05:11:24.822Z","updated_at":"2025-07-03T09:32:32.408Z","avatar_url":"https://github.com/forcedotcom.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SOQL Language Server\n\nProvides SOQL language capabilities for text editors, including code-completion and errors checks.\nThis package implements the server-side of the LSP protocol.\n\n[Salesforce's SOQL VS Code extension](https://marketplace.visualstudio.com/items?itemName=salesforce.salesforcedx-vscode-soql), which lives in repo [salesforcedx-vscode](https://github.com/forcedotcom/salesforcedx-vscode), includes an LSP client implementation for this server.\n\n## Development\n\nIf you are interested in contributing, please take a look at the [CONTRIBUTING](CONTRIBUTING.md) guide.\n\n- `yarn` from the top-level directory to pull all dependencies\n- `yarn build` to build\n- `yarn run lint` to run static checks with eslint\n- `yarn run test` to run automated tests\n\nThis package is used by VS Code extension `salesforcedx-vscode-soql` which lives in repo [salesforcedx-vscode](https://github.com/forcedotcom/salesforcedx-vscode).\n\nDuring development, you can work with a local copy of the `salesforcedx-vscode` repo, and configure it to use your local build from your `soql-language-server` repo using yarn/npm links. Example:\n\n```\n# Make global links available\ncd soql-language-server\nyarn link\n\n# Link to them from the VS Code SOQL extension package\ncd salesforcedx-vscode\nnpm install\ncd ./packages/salesforcedx-vscode-soql\nnpm link @salesforce/soql-language-server\n```\n\nWith that in place, you can make changes to `soql-language-server`, build, and then relaunch the `salesforcedx-vscode` extensions from VS Code to see the changes.\n\n### Debug Jest Test\n\nYou can debug Jest test for an individual package by running the corresponding launch configuration in VS Codes _RUN_ panel.\n\n## Resources\n\n- Doc: [SOQL and SOSL Reference](https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_sosl_intro.htm)\n- Doc: [SOQL and SOSL Queries](https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/langCon_apex_SOQL.htm)\n- Trailhead: [Get Started with SOQL Queries](https://trailhead.salesforce.com/content/learn/modules/soql-for-admins/get-started-with-soql-queries)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforcedotcom%2Fsoql-language-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforcedotcom%2Fsoql-language-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforcedotcom%2Fsoql-language-server/lists"}