elixir-ls icon indicating copy to clipboard operation
elixir-ls copied to clipboard

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

Open bottlenecked opened this issue 3 years ago • 0 comments

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.

bottlenecked avatar Jun 24 '22 10:06 bottlenecked