Skip to content

Find References includes template references

Choose a tag to compare

@hugithordarson hugithordarson released this 03 Sep 16:11
· 165 commits to master since this release

Find References includes template references

Eclipse’s Find References (Ctrl+Shift+G) now surfaces template references in the standard Search view, right alongside Java callers.

Binding keys: Search for references to a method like name() in your component class and the Search view shows hits from inline HTML bindings (value="$name") and WOD binding values (value = name;). KVC getter/setter prefixes are handled automatically — searching for getTitle() finds references to key title.

Element types: Search for references to a component or element class and the Search view shows every template that uses it — `` tags in HTML and : MyComponent { declarations in WOD files. The scan covers the element’s own project and all projects that depend on it, so library components show usages from consuming applications.

Double-click any match to jump straight to the reference in the template file.

From the changelog, March 9, 2026.