You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Special case handling of Phoenix 'live' dir when suggesting module names (#705)
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.
0 commit comments