Hugo Parente Lima
Hugo Parente Lima
Would be nice to have github actions to run the tests like https://github.com/hugopl/gi-crystal, this would also allow the project to be listed into https://github.com/veelenga/awesome-crystal. The only reason I didn't do...
Hi, I had been using this plugin on my daily work since 2014 , however at some point I got tired of C++ (the language that for many years was...
Taking care of it's own rubocop copy will solve problems of not finding an usable rubocop. However, if a project has rubocop in it's gem, the project rubocop should be...
Code like: `i += 1 while i < 10` mess up with the indenter because it expect an `end` for that `while`.
Rubocop process should reload rubocop config when it changes.
If a file is excluded on .rubocop.yml file, the editor should not show ant rubocop highlighting.
When you hit F2 on a method to go to the method definition, if multiple methods exists with this very same name, the methods defined in the same file should...
A useful feature would jump from controller actions into views with a single key stroke, like we do on C++ plugin to jump between declaration and implementation.
Like we have on C++, when the cursor still on a identifier, highlight all occurrences on the current scope.