marcoroth / stimulus-lsp

Intelligent Stimulus tooling for Visual Studio Code, Neovim, and more!
https://hotwire.io/ecosystem/tooling/stimulus-lsp
MIT License
239 stars 12 forks source link

Support for Phlex components #25

Open davidalejandroaguilar opened 1 year ago

davidalejandroaguilar commented 1 year ago

Opening this issue to explore support for Phlex components, which are .rb files. Haven't dug into the code, but wonder if it's as simple as expanding the watching folders or allowing these to be configured?

Note that this would mean that data attributes using underscore would need to be supported, e.g.:

div data_my_controller_target: :test do
  # ...
end
marcoroth commented 1 year ago

+1

Posting this here for reference: