syntex icon indicating copy to clipboard operation
syntex copied to clipboard

`item.ident` for `ItemKind::Impl`

Open bruno-medeiros opened this issue 8 years ago • 6 comments

It used to be with syntax_syntex version 0.28 or that for item: &Item that were of kind ItemKind::Impl , the item.ident would have the identifier that the impl applied to. However, in recent versions of syntax_syntex, that no longer seems to be the case, the ident is just the empty string. Is there still some straightforward way to obtain that information?

The ident for impls was used by the Rainicorn tool to provide Outline/Structure view for IDES.

bruno-medeiros avatar Nov 22 '16 16:11 bruno-medeiros