baoagency / polaris_view_components

ViewComponents for Polaris Design System
https://polarisviewcomponents.org
MIT License
380 stars 53 forks source link

Get Rubymine Autocompletion work with Polaris View Component #417

Open HappyJoe21 opened 5 months ago

HappyJoe21 commented 5 months ago

I really like the L&F of Polaris, however I found that the way helper methods being added make it impossible for Rubymine to provide auto completion. so polaris_card(title: "Form sample") won't work, while Polaris::CardComponent.new(title: '' works fine.

Is there a way to fix that?