solargraph

https://github.com/castwide/solargraph

Ruby

A Ruby language server.

Gem::With::Yard::Macros::MyStruct.my_attribute

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:castwide/solargraph.git

cd solargraph

open spec/fixtures/gem-with-yard-macros/lib/gem/with/yard/macros.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Gem--With--Yard--Macros--MyStruct-my_attribute-for-pr


# Commit to git

git add spec/fixtures/gem-with-yard-macros/lib/gem/with/yard/macros.rbgit commit -m "better docs for Gem::With::Yard::Macros::MyStruct.my_attribute"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Gem--With--Yard--Macros--MyStruct-my_attribute-for-pr

hub pull-request


# Celebrate!