Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vscode-spring-boot] Support navigating to a Spring property file when inspecting on @Value annotations #761

Closed
nickzhums opened this issue Apr 7, 2022 · 2 comments
Assignees
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: property-editing-support type: enhancement

Comments

@nickzhums
Copy link

Currently, when we have a @value annotation on a variable and there is corresponding value in a Spring property file, our extensions won’t allow us to directly navigate to this property file and inspect this value.

1649314440(1)

(cc: @martinlippert @Eskibear)

@nickzhums nickzhums changed the title [vscode-spring-boot] Support navigating to a Spring property file when inspecting on @Value annotations (Nick) [vscode-spring-boot] Support navigating to a Spring property file when inspecting on @Value annotations Apr 7, 2022
@martinlippert martinlippert added theme: property-editing-support for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode and removed status: waiting-for-triage labels May 5, 2022
@martinlippert martinlippert added this to the 4.15.0.RELEASE milestone May 5, 2022
@martinlippert martinlippert removed this from the 4.15.0.RELEASE milestone Jun 27, 2022
@martinlippert martinlippert added this to the 4.18.0.RELEASE milestone Jan 6, 2023
@martinlippert martinlippert modified the milestones: 4.18.0.RELEASE, Backlog Mar 9, 2023
@martinlippert martinlippert modified the milestones: Backlog, 4.18.1.RELEASE Apr 21, 2023
@BoykoAlex BoykoAlex self-assigned this Apr 24, 2023
@BoykoAlex
Copy link
Contributor

Fixed with ca0bc47

(Looks for value definition within the same project. If values in case of not found in the current project should be looked up in upstream projects support required then please create a new issue)

@nickzhums
Copy link
Author

nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: property-editing-support type: enhancement
Projects
None yet
Development

No branches or pull requests

4 participants