Skip to content

Commit 37f3ffa

Browse files
authored
Merge pull request #95 from Shopify/andyw8/add-link-to-docs
Add link to docs
2 parents 4a5c065 + c014339 commit 37f3ffa

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ group :development do
1515
end
1616
```
1717

18+
1819
## Usage
1920

2021
### Hover to reveal ActiveRecord schema
@@ -24,6 +25,11 @@ end
2425

2526
Nested models (e.g. `Admin::User`) are not yet supported.
2627

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+
2733
### Running Tests
2834

2935
1. Open a test which inherits from `ActiveSupport::TestCase` or one if its descendants, such as `ActionDispatch::IntegrationTest`.

lib/ruby-lsp-rails.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
require "ruby_lsp_rails/railtie"
99

1010
module RubyLsp
11+
# # Supported features
12+
#
13+
# - [Hover](rdoc-ref:RubyLsp::Rails::Hover)
14+
# - [CodeLens](rdoc-ref:RubyLsp::Rails::CodeLens)
1115
module Rails
1216
end
1317
end

0 commit comments

Comments
 (0)