[aot repositories] provide go to definition support #1552
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: spring-data-support
type: enhancement
Milestone
You have a repository definition and the source code of the AOT-generated implementation for that repository.
The
go to definition
functionality (when invoked on the query method in the repository or the repository definition itself) should then take you directly to the generated source code for that repository. This has two use cases in mind:Maybe we need an additional code lens for this that visualizes this functionality, so that users can easily see that they can jump to the aot-generated implementation by clicking on the code lens.
The text was updated successfully, but these errors were encountered: