Skip to content

Commit

Permalink
Add note about ERB support
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Feb 12, 2022
1 parent c2c8fcb commit 6b155ef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* Run files as Ruby scripts with customisable launch configurations
* Run `bundle install` on Gemfiles and `gem build` on gemspec files
* Various other features part of the Language Server Protocol
* Support for Rails and web development with ERB files
* Experimental debugger

Check out what's new in the [latest releases](https://github.com/PyvesB/eclipse-solargraph/releases)!
Expand All @@ -49,9 +50,9 @@ Once installed, the plugin will simply kick in when opening any Ruby file in Ecl

## :sparkles: Tips and tricks

To improve code completion and intellisense, it is recommended to generate YARD documentation for your gems (run `yard gems` in a terminal).

You can fine-tune Solargraph's behaviour on a per-project basis by [creating a .solargraph.yml configuration file](https://solargraph.org/guides/configuration).
* To improve code completion and intellisense, it is recommended to generate YARD documentation for your gems (run `yard gems` in a terminal).
* You can fine-tune Solargraph's behaviour on a per-project basis by [creating a .solargraph.yml configuration file](https://solargraph.org/guides/configuration).
* If you're doing web development and working on ERB files, it is recommended to also install the [Wild Web Developer](https://github.com/eclipse/wildwebdeveloper) plugin.

## :star: Support and feedback

Expand Down

0 comments on commit 6b155ef

Please sign in to comment.