Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧹 Add Solargraph as dependency #286

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Conversation

jeremyf
Copy link
Contributor

@jeremyf jeremyf commented Nov 9, 2023

I have used the following to get jump to definition and render
documentation for the symbol at cursor.

  1. Add solargraph as a development dependency
  2. Run bundle
  3. Run bundle exec yard gems (or target specific gems)
  4. Add "relevant" gems to the .solargraph.yml

The above should not be in the docker container. You would run this
in the environment where your editor is running. There is probably a
way to make that work with Docker, but I’m not here for that today.

I have used the following to get jump to definition and render
documentation for the symbol at cursor.

1.  Add solargraph as a development dependency
2.  Run `bundle`
3.  Run `bundle exec yard gems` (or target specific gems)
4.  Add "relevant" gems to the `.solargraph.yml`

The above should *not* be in the docker container.  You would run this
in the environment where your editor is running.  There is probably a
way to make that work with Docker, but I’m not here for that today.
@orangewolf orangewolf merged commit 527dfa6 into main Nov 15, 2023
8 of 10 checks passed
@orangewolf orangewolf deleted the adding-solargraph-config branch November 15, 2023 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants