File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ group :development do
15
15
end
16
16
```
17
17
18
+
18
19
## Usage
19
20
20
21
### Hover to reveal ActiveRecord schema
24
25
25
26
Nested models (e.g. ` Admin::User ` ) are not yet supported.
26
27
28
+ ### Documentation
29
+
30
+ See the [ documentation] ( https://shopify.github.io/ruby-lsp-rails ) for more in-depth details about the
31
+ [ supported features] ( https://shopify.github.io/ruby-lsp/RubyLsp/Rails.html ) .
32
+
27
33
### Running Tests
28
34
29
35
1 . Open a test which inherits from ` ActiveSupport::TestCase ` or one if its descendants, such as ` ActionDispatch::IntegrationTest ` .
Original file line number Diff line number Diff line change 8
8
require "ruby_lsp_rails/railtie"
9
9
10
10
module RubyLsp
11
+ # # Supported features
12
+ #
13
+ # - [Hover](rdoc-ref:RubyLsp::Rails::Hover)
14
+ # - [CodeLens](rdoc-ref:RubyLsp::Rails::CodeLens)
11
15
module Rails
12
16
end
13
17
end
You can’t perform that action at this time.
0 commit comments