Join Slack
Powered by
can you command+click an element and be brought to...
# intellij-plugins
a
alec
09/13/2017, 3:37 PM
can you command+click an element and be brought to its source?
a
aleksandrsl
09/13/2017, 4:07 PM
Are findUsages and referenceContributor enough to make source resolution work? Annotator or other extensions aren't required?
a
alec
09/13/2017, 4:08 PM
A referenceContributor should be enough for source resolution, but findUsages requires one to work to function properly
a
aleksandrsl
09/14/2017, 9:39 AM
Thanks a lot, it turns out that
getReferences
should be overridden in any of the elements, and this is not mentioned in tutorial at all.
8
Views
Open in Slack
Previous
Next