We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d6bbd commit e28e268Copy full SHA for e28e268
lib/ruby-lsp-rails.rb
@@ -2,15 +2,3 @@
2
# frozen_string_literal: true
3
4
require "ruby_lsp_rails/version"
5
-require "ruby_lsp_rails/railtie"
6
-
7
-module RubyLsp
8
- # # Supported features
9
- #
10
- # - [Hover](rdoc-ref:RubyLsp::Rails::Hover)
11
- # - [CodeLens](rdoc-ref:RubyLsp::Rails::CodeLens)
12
- # - [DocumentSymbol](rdoc-ref:RubyLsp::Rails::DocumentSymbol)
13
- # - [Definition](rdoc-ref:RubyLsp::Rails::Definition)
14
- module Rails
15
- end
16
-end
lib/ruby_lsp_rails/railtie.rb
0 commit comments