Tools

Visual Studio Code Setup For Elixir Development

Visual Studio code is a solid editor out of the box and with a few tweaks it can provide an excellent development experience for the Elixir language.

4 minute read

I started using Visual Studio Code about a year ago while experimenting with TypeScript. It provides a great development experience for many of my go to languages and it has slowly replaced Emacs as my preferred editor. The following post breaks down the various extensions and tweaks which I use for Elixir development.

Elixir Code Generator for Paw

Paw extension for Elixir code generation with the HTTPoison library.

1 minute read

I really love the Paw HTTP client. One of my favorite features is the ability to export requests in a variety of languages to share with other developers or drop into a quick project.