-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
enable completions of local imports #2190
Conversation
Cant believe there is no feature request for this (or i dont find it) cause it is a nice one, thanks! |
@pepeiborra - I updated to use |
Addressed the rebase @jneira |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks!
/rerun-workflow Testing |
/rerun-workflow Testing |
* enable completions of local imports * added unit test * use HM.keys * rename test * Revert "enable completions of local imports" This reverts commit a52894f. * use GetKnownTargets * clean up * clean up * leverage CachedCompletions over argument * clean up * clean Co-authored-by: Javier Neira <[email protected]> Co-authored-by: alexnaspoleap <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Enable completions of local project modules
Import Development.IDE.<cursor-position>
will show completions for locally built modules