-
Notifications
You must be signed in to change notification settings - Fork 0
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
submodule and parent completion should try some filesystem resolution #68
Comments
Agreed, I believe this is what m2e is already currently doing and we should replicate the existing behavior. |
Should the strategy for this completion improvement be something like:
This opens a question for parent completion - when should we stop searching the filesystem? At the user's home directory (might not work well on Windows)? Should we have a depth constant which limits the search depth? |
For the parent, I think we should stick to only pom in parent the parent folder if there is any. |
Moved as eclipse-lemminx/lemminx-maven#7 |
Currently, it looks like submodule and parent completion can only repeat what's already set in the pom. However, those should try to look at local filesystem to provide completion.
The text was updated successfully, but these errors were encountered: