{"id":15924103,"url":"https://github.com/ericglau/sublime-reach","last_synced_at":"2025-04-03T12:45:50.348Z","repository":{"id":116635183,"uuid":"344014779","full_name":"ericglau/sublime-reach","owner":"ericglau","description":"Reach language support in Sublime Text","archived":false,"fork":false,"pushed_at":"2021-03-11T05:10:51.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-09T02:15:37.327Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericglau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-03-03T05:39:37.000Z","updated_at":"2021-03-11T05:10:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"ad02bd6e-c351-45ef-9529-005cb6ec385e","html_url":"https://github.com/ericglau/sublime-reach","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericglau%2Fsublime-reach","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericglau%2Fsublime-reach/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericglau%2Fsublime-reach/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericglau%2Fsublime-reach/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericglau","download_url":"https://codeload.github.com/ericglau/sublime-reach/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247005397,"owners_count":20868019,"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-10-06T21:20:24.353Z","updated_at":"2025-04-03T12:45:50.332Z","avatar_url":"https://github.com/ericglau.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sublime Reach\n\nLanguage Support for [Reach](https://reach.sh/) in Sublime Text.  \n\n---\n\n## Installation\n\n1. Install the [LSP package](https://github.com/sublimelsp/LSP) for Sublime Text.\n\n2. Install the [Reach IDE package](https://github.com/chrisnevers/reach-ide-sublime) for Sublime Text.\n\n3. Download the latest reach-ls-*.zip file from https://github.com/ericglau/reach-multi-editor/releases and unzip it.\n\n4. In Sublime Text, go to the **Preferences** menu → **Package Settings** → **LSP** → **Settings**. This will open the LSP package settings.\n\n5. In _LSP.sublime-settings — User_, add the configuration for the Reach language server:\n\n```\n// Settings in here override those in \"LSP/LSP.sublime-settings\"\n{\n  \"clients\": {\n    \"reach-language-server\": {\n      \"enabled\": true,\n      \"command\": [\n        \"node\",\n        \"/Users/eric/reach-ls-27d1fc1/out/server.js\",\n        \"--stdio\"\n      ],\n      \"languageId\": \"Reach\",\n      \"syntaxes\": [\"Packages/Reach IDE/Reach.sublime-syntax\"],\n      \"scopes\": [\"source.rsh\"],\n    }\n  },\n  \"log_debug\": true,\n  \"log_stderr\": true\n}\n\n```\n6. Change _/Users/eric/reach-ls-27d1fc1/out/server.js_ to the real location of the `out/server.js` file in the directory that you unzipped to in step 3. It **must** be an absolute path.  \n7. Restart Sublime.\n\n---\n\n## Usage\n\n- Compile errors: automatically highlighted\n- Quick Fix: hover over a compile error, click on Code Actions, and choose a suggested replacement\n- Hover Definitions: put cursor over any Reach statement\n\n![Screenshot](screenshot.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericglau%2Fsublime-reach","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericglau%2Fsublime-reach","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericglau%2Fsublime-reach/lists"}