You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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, whilePolaris::CardComponent.new(title: ''
works fine.Is there a way to fix that?
The text was updated successfully, but these errors were encountered: