ember.vim icon indicating copy to clipboard operation
ember.vim copied to clipboard

`gf` does not work with components with angle bracket syntax.

Open NoahFisher opened this issue 6 years ago • 0 comments

Is this repo still maintained and is this the right place to add an issue like this?

// gf on this would work
{{shared/radio_group }}

// gf on this does not work
<Shared::RadioGroup />

NoahFisher avatar Mar 24 '20 21:03 NoahFisher