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

Provide suggestions for unknown macros imported with use #39953

Merged
merged 2 commits into from
Feb 25, 2017

Commits on Feb 23, 2017

  1. Configuration menu
    Copy the full SHA
    4ecdc68 View commit details
    Browse the repository at this point in the history
  2. Add macro suggestions for macros imported with use

    This commit searchs modules for macro suggestions.
    It also removes imported macro_rules from macro_names,
    and adds more corner case checks for which macros
    should be suggested in specific contexts.
    keeperofdakeys committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    da6dc53 View commit details
    Browse the repository at this point in the history