File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
lib/ruby_lsp/ruby_lsp_rails Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ module Rails
6
6
# 
7
7
#
8
8
# This feature adds several CodeLens features for Rails applications using Active Support test cases:
9
+ #
9
10
# - Run tests in the VS Terminal
10
11
# - Run tests in the VS Code Test Explorer
11
12
# - Debug tests
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ module Rails
10
10
# definition of the symbol under the cursor.
11
11
#
12
12
# Currently supported targets:
13
+ #
13
14
# - Callbacks
14
15
# - Named routes (e.g. `users_path`)
15
16
#
@@ -20,6 +21,7 @@ module Rails
20
21
# ```
21
22
#
22
23
# Notes for named routes:
24
+ #
23
25
# - It is available only in Rails 7.1 or newer.
24
26
# - Route may be defined across multiple files, e.g. using `draw`, rather than in `routes.rb`.
25
27
# - Routes won't be found if not defined for the Rails development environment.
You can’t perform that action at this time.
0 commit comments