Add support for spring potential injection points discovery while indexing #994
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: spring index & symbols
type: enhancement
Milestone
When indexing symbols today we only index symbols which are annotated by known spring related annotations. For example
Both the symbols will be available in symbols. This information could be used to show a potential hierarchy in the spring dash board or provide actions to navigate or find reference. But if we write the same code like
Now the constructor injection is not identified as a symbol. But ideally this will be considered as injection point (like it was annotated with Autowired) at runtime.
So the suggestion / question is, could we identify this constructors as similar to @Autowired symbols when we satisfy the spring's injection criteria for implicity constructor injection ?
The text was updated successfully, but these errors were encountered: