plugin-lua
Prettier Lua Plugin (WIP) (by prettier)
plugin-ruby
Prettier Ruby Plugin (by prettier)
| plugin-lua | plugin-ruby | |
|---|---|---|
| 1 | 7 | |
| 82 | 1,486 | |
| - | -0.5% | |
| 4.9 | 2.8 | |
| over 2 years ago | over 1 year ago | |
| Lua | JavaScript | |
| MIT License | 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.
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.
plugin-lua
Posts with mentions or reviews of plugin-lua.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-14.
-
Halp: Prettier not working on lua files
this might be related https://github.com/prettier/plugin-lua
plugin-ruby
Posts with mentions or reviews of plugin-ruby.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-23.
- Unveiling the big leap in Ruby 3.3's IRB
- Rails vs Rubocop?
-
Linting and Auto-formatting Ruby Code With RuboCop
Prettier started out as an opinionated code formatter for JavaScript, but it now supports many other languages, including Ruby. Installing its Ruby plugin is straight forward: add the prettier gem to your Gemfile and then run bundle.
-
Halp: Prettier not working on lua files
You'd need a prettier plugin for Lua, similar to the ones that exist for php (https://github.com/prettier/plugin-php) and ruby (https://github.com/prettier/plugin-ruby). I'm pretty sure that there isn't one for Lua, but you can try googling it.
-
Formatter
Did you try prettier maybe?
-
Standard Ruby 1.0
To me "stardard" ruby style is style used in the std-lib.
Whilst I can see the benefit of having an AST format code for you, e.g. if can you use it to fix language version changes like positional arguments and keyword arguments in Ruby 3,.0 I worry about how good/bad RuboCop is at formatting.
Last time I tried it, it was indenting in a different way to the std-lib.
At the time I found that prettier-ruby[1] did a much better job. Hopefully that's improved since.
1. https://github.com/prettier/plugin-ruby
-
My Rubocop Configuration for a Successful Rails Project
Rubocop has a very nice auto-correct feature to automatically fix many of the warnings it gives, but we've noticed in the past that with line length issues specifically the auto-corrected files can be misformatted. For that reason, we use the Ruby plugin for Prettier to correct line length.
What are some alternatives?
When comparing plugin-lua and plugin-ruby you can also consider the following projects:
vim-prettier - A Vim plugin for Prettier
plugin-php - Prettier PHP Plugin
prettier-eslint - Code :arrow_right: `prettier` :arrow_right: `eslint --fix` :arrow_right: Formatted Code :sparkles:
coc-solargraph - Solargraph extension for coc.nvim
rubyfmt - Ruby Autoformatter!