|
| 1 | +# Features |
| 2 | + |
| 3 | +- [Document Symbol](#document-symbol) |
| 4 | + - [Active Record DSLs and Associations](#active-record-dsls-and-associations) |
| 5 | + - [Active Support Test Cases](#active-support-test-cases) |
| 6 | +- [Go to Controller Action Route](#go-to-controller-action-route) |
| 7 | +- [Go to Controller Action View](#go-to-controller-action-view) |
| 8 | +- [Go to Definition](#go-to-definition) |
| 9 | + - [Active Record DSLs and Associations](#active-record-dsls-and-associations-1) |
| 10 | + - [Route Helpers](#route-helpers) |
| 11 | +- [Ruby File Operations](#ruby-file-operations) |
| 12 | + - [Commands](#commands) |
| 13 | + - [Rails Generate](#rails-generate) |
| 14 | + - [Rails Destroy](#rails-destroy) |
| 15 | + - [Icon](#icon) |
| 16 | +- [Run and Debug](#run-and-debug) |
| 17 | + - [Run Tests With Test Explorer](#run-tests-with-test-explorer) |
| 18 | + - [Run Tests In The Terminal](#run-tests-in-the-terminal) |
| 19 | + - [Debug Tests With VS Code](#debug-tests-with-vs-code) |
| 20 | + |
| 21 | +## Document Symbol |
| 22 | + |
| 23 | +### Active Record DSLs and Associations |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | +### Active Support Test Cases |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | +## Go to Controller Action Route |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | +## Go to Controller Action View |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | +## Go to Definition |
| 40 | + |
| 41 | +### Active Record DSLs and Associations |
| 42 | + |
| 43 | +This feature enables quick navigation between related model files in Rails projects. Developers can jump between |
| 44 | +associations like `belongs_to` and `has_many` using IDE shortcuts, improving code exploration and productivity. |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | +### Route Helpers |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | +## Ruby File Operations |
| 53 | + |
| 54 | +### Commands |
| 55 | + |
| 56 | +#### Rails Generate |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | +#### Rails Destroy |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | +### Icon |
| 65 | + |
| 66 | +The Ruby LSP extension also provides a `Ruby file operations` icon in the Explorer view that can be used to trigger |
| 67 | +the above commands. |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | +## Run and Debug |
| 72 | + |
| 73 | +### Run Tests With Test Explorer |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | +### Run Tests In The Terminal |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | +### Debug Tests With VS Code |
| 82 | + |
| 83 | + |
0 commit comments