coc-solargraph VS rubyfmt

Compare coc-solargraph vs rubyfmt and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
coc-solargraph rubyfmt
2 5
199 1,054
1.0% -
0.0 6.5
about 2 years ago 2 months ago
TypeScript Rust
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

coc-solargraph

Posts with mentions or reviews of coc-solargraph. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-16.
  • Getting intellisense and code completion in nvim or vscode
    2 projects | /r/ruby | 16 Feb 2023
    I've been using coc.nvim along with the coc-solargraph plugin. These work well for me and provide very good code completion and error highlighting. There are some key intellisense features that aren't available (or I don't use them), but these two plugins do well enough for my purposes.
  • Linting and Auto-formatting Ruby Code With RuboCop
    12 projects | dev.to | 29 Jun 2022
    If you use Vim or Neovim, you can display RuboCop's diagnostics through coc.nvim. You need to install the Solargraph language server (gem install solargraph), followed by the coc-solargraph extension (:CocInstall coc-solargraph). Afterwards, configure your coc-settings.json file as shown below:

rubyfmt

Posts with mentions or reviews of rubyfmt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-06.
  • Are you using rubocop-airbnb?
    2 projects | /r/rails | 6 Mar 2023
    We're using rubyfmt along with a rubocop config which does its best to strip out any styling decisions.
  • Ruby on Rails Auto Formatter
    1 project | /r/SublimeText | 17 Oct 2022
    Looked at https://github.com/penelopezone/rubyfmt and other options but none seem to actually work.
  • Linting and Auto-formatting Ruby Code With RuboCop
    12 projects | dev.to | 29 Jun 2022
    RubyFmt is a brand-new code formatter that's written in Rust and currently under active development. Like Prettier, it is intended to be a formatter and not a code analysis tool. It hasn't seen a stable release just yet, so you should probably hold off on adopting it right now, but it's definitely one to keep an eye on.
  • I look for a "Rosetta" documentation to found correspondence between languages tooling
    10 projects | /r/Python | 16 Jan 2022
    Another example: code formatters. You mention gofmt (which you incorrectly put next to Ruby even though it's for Go)... There are lots of code formatters for Ruby, even if you only consider ones directly inspired/influenced by gofmt. A quick google turned up at least three of those: https://github.com/pariz/rubo-format, https://github.com/penelopezone/rubyfmt, and https://github.com/ruby-formatter/rufo. I'm pretty sure rubocop is used in Ruby more than any of those, but rubocop is less directly influenced by gofmt. So what do you choose? The project(s) that's more closely analogous? Or the more popular formatter?
  • Penelopezone/Rubyfmt: Ruby Autoformatter
    1 project | news.ycombinator.com | 14 Sep 2021

What are some alternatives?

When comparing coc-solargraph and rubyfmt you can also consider the following projects:

rubocop - A Ruby static code analyzer and formatter, based on the community Ruby style guide.

rufo - The Ruby Formatter