phoenix_live_reload
phoenix_live_reload copied to clipboard
Provides live-reload functionality for Phoenix
I know that this most likely not be planned but there are repeated bugs and support requests related to that issue. https://github.com/elixir-lsp/elixir-ls/issues/797 https://github.com/elixir-lsp/elixir-ls/issues/798 There are 2 problems when phoenix is...
Repository with minimal changes to reproduce the issue https://github.com/waranlogesh/reload_bug ### Steps to reproduce the issue - Edit any text from the [live view](https://github.com/waranlogesh/reload_bug/blob/main/lib/reload_bug_web/live/thermostat_live.ex#L8). The live reload, hot reloads and works...
I’ve been using the heex-jump feature for a couple days now - super handy. I found that the phoenix configuration was pretty simple. But I burned a bunch of time...
The ability to hold down "c" or "d" and click somewhere on your website to open up the source file in your editor is really cool. However I had to...