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

Add file completion from classpath for @ContextConfiguration #650

Closed
gayanper opened this issue Jun 18, 2021 · 4 comments
Closed

Add file completion from classpath for @ContextConfiguration #650

gayanper opened this issue Jun 18, 2021 · 4 comments

Comments

@gayanper
Copy link
Contributor

Expected Behavior
When trying to complete the location on @ContextConfiguration(locations = ".."), provide file completions for xml files from the classpath. Even though most of the configurations are moved to Annotation based configurations, there are some legacy application use xml files to boostrap the application and some tests which use xml files to define the configuration to use for different tests.

@ksankaranara-vmw
Copy link
Collaborator

Working on adding this feature

@BoykoAlex
Copy link
Contributor

Merged with 992a7c7

@BoykoAlex
Copy link
Contributor

Looks like I jumped the gun with this issue.

Still to fix missing proposals if the prefix starts with /

@ksankaranara-vmw
Copy link
Collaborator

Merged with 007ba15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants