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

Conversation

bottlenecked
Copy link
Contributor

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) the /live directory is
not a part of the generated module names, and the suggested module names
when auto-completing should account for that convention.

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.
@lukaszsamson lukaszsamson merged commit 471cdd2 into elixir-lsp:master Aug 13, 2022
@lukaszsamson
Copy link
Collaborator

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants