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

Special case handling of Phoenix 'live' dir when suggesting module names #705

Merged

Commits on Jun 24, 2022

  1. Special case handling of Phoenix 'live' dir when suggesting module names

    When generating a live view with mix phx.gen.live the view and all related files
    are put under my_project_web/live/*
    
    Similar to other Phoenix paths (e.g. /controllers) this directory is
    not a part of the generated module names, and the suggested module names
    when auto-completing should account for that convention.
    bottlenecked committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    250d3ff View commit details
    Browse the repository at this point in the history