For the people who are using VS code what extensions are you using?
I use (among others) the following extensions:
- ElixirLS
- Elixir Snippets
- Elixir Linter
-
Prettier (Here is a tutorial for how to set it up to work with
.eex
files)
Also very handy are the following extensions:
- For synching my settings between machines: Code Setting Sync
- To quickly change cases (e.g.
my_super_module
toMySuperModule
): Change Case - To quickly jump between Git projects: Git Project Manager
16 Likes