Skip to content

Commit 2e0647d

Browse files
authored
Remove duplication from README (#323)
Co-authored-by: Andy Waite <[email protected]>
1 parent 25f1189 commit 2e0647d

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
Ruby LSP Rails is a [Ruby LSP](https://github.com/Shopify/ruby-lsp) addon for extra Rails editor features, such as:
44

5-
- Displaying an ActiveRecord model's database columns and types when hovering over it
6-
- Running tests and debugging tests through the terminal or the editor's UI
5+
* Hover over an ActiveRecord model to reveal its schema.
6+
* Run or debug a test by clicking on the code lens which appears above the test class, or an individual test.
7+
* Navigate to associations, validations, callbacks and test cases using your editor's "Go to Symbol" feature, or outline view.
8+
* Jump to the definition of callbacks using your editor's "Go to Definition" feature.
79

810
## Installation
911

@@ -12,13 +14,6 @@ If you haven't already done so, you'll need to first [set up Ruby LSP](https://g
1214
As of v0.3.0, Ruby LSP will automatically include the Ruby LSP Rails addon in its custom bundle when a Rails app is detected.
1315
There is no need to add the gem to your bundle.
1416

15-
## Features
16-
17-
* Hover over an ActiveRecord model to reveal its schema.
18-
* Run or debug a test by clicking on the code lens which appears above the test class, or an individual test.
19-
* Navigate to associations, validations, callbacks and test cases using your editor's "Go to Symbol" feature, or outline view.
20-
* Jump to the definition of callbacks using your editor's "Go to Definition" feature.
21-
2217
## Documentation
2318

2419
See the [documentation](https://shopify.github.io/ruby-lsp-rails) for more in-depth details about the

0 commit comments

Comments
 (0)