castwide / solargraph

A Ruby language server.
https://solargraph.org
MIT License
1.89k stars 158 forks source link

Question : Can Solargraph supports Fastlane lanes documentation ? #695

Open rock-tran opened 11 months ago

rock-tran commented 11 months ago

Currently, I'm using neovim as my IDE to write Ruby code with fastlane. Solargraph has supported documentation on standard APIs ( for ex : File.write ). I guess Fastlane is a totally different thing. However, I'm so curious if I can setup fastlane along with Solargraph. If can't, may anyone explain the reason in detail ?

Thank you so much.

image

grncdr commented 9 months ago

What is fastlane? Could you provide some links for people who haven't heard of it?

rock-tran commented 9 months ago

@grncdr Here is fastlane, the most popular open-source CI/CD tools for mobile developers.