Skip to content

Commit d4182af

Browse files
committed
Update readme
1 parent 2727922 commit d4182af

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@
22

33
# Ruby LSP Rails
44

5-
Ruby LSP Rails is a [Ruby LSP](https://github.com/Shopify/ruby-lsp) addon for extra Rails editor features, such as:
6-
7-
* Hover over an ActiveRecord model to reveal its schema.
8-
* Run or debug a test by clicking on the code lens which appears above the test class, or an individual test.
9-
* Navigate to associations, validations, callbacks and test cases using your editor's "Go to Symbol" feature, or outline view.
10-
* Jump to the definition of callbacks using your editor's "Go to Definition" feature.
11-
* Jump to the declaration of a route.
12-
* Code Lens allowing fast-forwarding or rewinding of migrations.
13-
* Code Lens showing the path that a route action corresponds to.
5+
Ruby LSP Rails is a [Ruby LSP](https://github.com/Shopify/ruby-lsp) addon for extra [Rails editor features](https://shopify.github.io/ruby-lsp-rails/RubyLsp/FEATURES.html).
146

157
## Installation
168

@@ -22,7 +14,7 @@ There is no need to add the gem to your bundle.
2214
## Documentation
2315

2416
See the [documentation](https://shopify.github.io/ruby-lsp-rails) for more in-depth details about the
25-
[supported features](https://shopify.github.io/ruby-lsp-rails/RubyLsp/Rails.html).
17+
[supported features](https://shopify.github.io/ruby-lsp-rails/RubyLsp/FEATURES.html).
2618

2719
## How Runtime Introspection Works
2820

0 commit comments

Comments
 (0)