File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,23 @@ group :development do
15
15
end
16
16
```
17
17
18
+
18
19
## Usage
19
20
21
+ file:///Users/andyw8/src/github.com/Shopify/ruby-lsp-rails/docs/RubyLsp/Rails.html
22
+
20
23
### Hover to reveal ActiveRecord schema
21
24
22
25
1 . Start your Rails server
23
26
1 . Hover over an ActiveRecord model to see its details
24
27
25
28
Nested models (e.g. ` Admin::User ` ) are not yet supported.
26
29
30
+ ### Documentation
31
+
32
+ See the [ documentation] ( https://shopify.github.io/ruby-lsp-rails ) for more in-depth details about the
33
+ [ supported features] ( https://shopify.github.io/ruby-lsp/RubyLsp/Rails.html ) .
34
+
27
35
### Running Tests
28
36
29
37
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