{"id":19638966,"url":"https://github.com/savetheclocktower/pulsar-ide-ruby-solargraph","last_synced_at":"2025-07-25T03:15:16.362Z","repository":{"id":189800858,"uuid":"681333157","full_name":"savetheclocktower/pulsar-ide-ruby-solargraph","owner":"savetheclocktower","description":"Ruby IDE services for Pulsar via solargraph","archived":false,"fork":false,"pushed_at":"2024-06-23T21:49:02.000Z","size":109,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-26T17:55:15.526Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/savetheclocktower.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-08-21T19:29:03.000Z","updated_at":"2024-06-23T21:49:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"936aecfd-ffd6-4cb5-8ab6-096f76edff97","html_url":"https://github.com/savetheclocktower/pulsar-ide-ruby-solargraph","commit_stats":null,"previous_names":["savetheclocktower/pulsar-ide-ruby-solargraph"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savetheclocktower%2Fpulsar-ide-ruby-solargraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savetheclocktower%2Fpulsar-ide-ruby-solargraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savetheclocktower%2Fpulsar-ide-ruby-solargraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savetheclocktower%2Fpulsar-ide-ruby-solargraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/savetheclocktower","download_url":"https://codeload.github.com/savetheclocktower/pulsar-ide-ruby-solargraph/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240942716,"owners_count":19882264,"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-11-11T12:43:21.982Z","updated_at":"2025-02-26T22:23:00.902Z","avatar_url":"https://github.com/savetheclocktower.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pulsar-ide-ruby-solargraph package\n\nA fork of [ruby-solargraph](https://web.pulsar-edit.dev/packages/ruby-solargraph) to update and expand the feature set. Adds the following features for Ruby files:\n\n* Autocompletion\n* Symbol navigation (local file and project-wide) and jump-to-definition support\n* Diagnostics and linting\n* Outline view (hierarchical symbols)\n* Reference highlighting (view other usages of the symbol under the cursor)\n* Datatips and signature help (contextual pop-up documentation)\n* Project-wide renaming of symbols\n\n## Requirements\n\nA binary of `solargraph` should be present somewhere in your path. Consult the [installation instructions](https://solargraph.org/guides/getting-started). Pulsar will typically inherit your shell environment, so the default value of `solargraph` for the “Command Path” setting will usually work; if not, you can specify the absolute path to your `solargraph` executable.\n\n## Customization\n\nSolargraph [can be customized](https://solargraph.org/guides/configuration) via a `.solargraph.yml` file in your project root. If it is missing, Solargraph will use its default configuration.\n\n## What does it do?\n\nInstall this package, then install any of the following packages to get special features.\n\nStart with these packages; they’re all builtin, actively maintained, and/or built exclusively for Pulsar:\n\n* [autocomplete-plus](https://web.pulsar-edit.dev/packages/autocomplete-plus) (builtin)\n  * See autocompletion options as you type\n* [symbols-view](https://web.pulsar-edit.dev/packages/symbols-view) (builtin)\n  * View and filter a list of symbols in the current file\n  * View and filter a list of symbols across all files in the project\n  * Jump to the definition of the symbol under the cursor\n* [linter](https://web.pulsar-edit.dev/packages/linter) and [linter-ui-default](https://web.pulsar-edit.dev/packages/linter-ui-default)\n  * View diagnostic messages as you type\n* [intentions](https://web.pulsar-edit.dev/packages/intentions)\n  * Open a menu to view possible code actions for a diagnostic message\n  * Open a menu to view possible code actions for the file at large\n* [pulsar-outline-view](https://web.pulsar-edit.dev/packages/pulsar-outline-view)\n  * View a hierarchical list of the file’s symbols\n* [pulsar-find-references](https://web.pulsar-edit.dev/packages/pulsar-find-references)\n  * Place the cursor inside of a token to highlight other usages of that token\n  * Place the cursor inside of a token, then view a `find-and-replace`-style “results” panel containing all usages of that token across your project\n* [pulsar-refactor](https://web.pulsar-edit.dev/packages/pulsar-refactor)\n  * Perform project-wide renaming of variables, methods, classes and types\n\nIf you install `busy-signal`, this package will use it to report the status of asynchronous tasks.\n\nFor other features that don’t have equivalents above, the legacy `atom-ide` packages should also work:\n\n* [atom-ide-definitions](https://web.pulsar-edit.dev/packages/atom-ide-definitions)\n  * Jump to the definition of the symbol under the cursor\n* [atom-ide-outline](https://web.pulsar-edit.dev/packages/atom-ide-outline)\n  * View a hierarchical list of the file’s symbols\n  * View the call hierarchy for a given file\n* [atom-ide-datatip](https://web.pulsar-edit.dev/packages/atom-ide-datatip)\n  * Hover over a symbol to see any related documentation, including method signatures\n* [atom-ide-signature-help](https://web.pulsar-edit.dev/packages/atom-ide-signature-help)\n  * View a function’s parameter signature as you type its arguments\n* [atom-ide-code-format](https://web.pulsar-edit.dev/packages/atom-ide-code-format)\n  * Invoke on a buffer (or a subset of your buffer) to reformat your code according to the language server’s settings\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavetheclocktower%2Fpulsar-ide-ruby-solargraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsavetheclocktower%2Fpulsar-ide-ruby-solargraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavetheclocktower%2Fpulsar-ide-ruby-solargraph/lists"}