LaunchEditor - Open file in current working editor from Elixir

Hello, I would like present to you library which open file in IDE from Elixir. The library supports Mac OS, Linux and Windows, a list of supported IDE you can find in README.

I created this library to make frontend and backend development easier. With Plug included in the library you can open a file from PlugDebugger, and browser extension for frontend frameworks which supports it, for example, VueDevtools.

More info:

3 Likes

I see that this is supposed to be for development. Maybe you should change the instructions for deps from

def deps do
  [{:launcheditor, "~> 0.1.0"}]
end

to

def deps do
  [{:launcheditor, "~> 0.1.0", only: :dev}]
end
4 Likes