Announcing solargraph-arc plugin #524
alisnic
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Due to dynamic nature of Rails framework source code, there are lots of cases where the autocompletion results are pretty dry. That's what I set out to solve. After a few months of hacking in my free time, I have something I'm willing to share with the community - https://github.com/alisnic/solargraph-arc. Initially I started this as an experiment to hack on solargraph-rails plugin, but ended up so interested and deep in the woods, that I effectively re-implemented it from scratch with more features 😅
Current features are:
class Foo::Bar::Baz
current_user
,sign_in_and_redirect
, etc)request
,response
,params
, etc.where
,or
, etc)You can access it at https://github.com/alisnic/solargraph-arc. Feedback is welcome. My hope is to attract more contributors so we can collectively make editor experience for Rails more awesome.
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions