Latest #vscode Threads 
I’ve got videos on the first 22 exercises published. I use AI to introduce the base concepts and to provide an initial solution to criti...
New
Hey all!
I built a small VS Code extension called Phoenix Pulse to make working with Phoenix/HEEx a bit smoother. It’s early/beta and I’...
New
Is there a way to fold/unfold all occurrences of
@doc"""
[...]
"""
within a module at once (using a command or assigned keystroke) in V...
New
Hello Folks,
We’re working on a Phoenix 1.8.1 new codebase, and loving to have the native DaisyUI component library available that comes...
New
Hi everyone! :waving_hand:
I became tired of manually sorting aliases every time Credo warns they are not in the alphabetical order, and...
New
Wondering if anyone got the Outline view of VS Code working for their Ash Resources?
The resources files are getting large and it’d be n...
New
Hi everyone!
I’m wondering what the community would recommend as the best IDE toolchain (in VSCode) available today. I’m talking about s...
New
In languages with curly braces, I can strike <shift+%> (it’s a VIM thing) to jump from one brace to the other.
Is there a similar ...
New
I am brand new to Elixir.
The ElixirLS extension doesn’t start for me in VSCode.
After I open VSCode in a project called “project” and ...
New
We were talking about this over at discord, perhaps somebody in this forum has more insight or already did that. Just trying to enlarge t...
New
This Week's Trending
This Month's Trending
This Year's Trending
Using vs code and installed ElixirLS: support and debugger.
And I got an error popped up on start up says
Failed to run ‘elixir’ comma...
New
Hello, Elixir enthusiasts! :waving_hand:
I’m thrilled to introduce RefactorEx, a new Visual Studio Code extension designed to make refac...
New
Hello everyone,
I am pretty new to the Elixir world and at the same time, I feel like I fall in love with the language, the ecosystem ar...
New
Hello Folks,
We’re working on a Phoenix 1.8.1 new codebase, and loving to have the native DaisyUI component library available that comes...
New
Is there a way to fold/unfold all occurrences of
@doc"""
[...]
"""
within a module at once (using a command or assigned keystroke) in V...
New
Hi everyone!
I’m wondering what the community would recommend as the best IDE toolchain (in VSCode) available today. I’m talking about s...
New
Hey all!
I built a small VS Code extension called Phoenix Pulse to make working with Phoenix/HEEx a bit smoother. It’s early/beta and I’...
New
Hi everyone! :waving_hand:
I became tired of manually sorting aliases every time Credo warns they are not in the alphabetical order, and...
New
I’ve got videos on the first 22 exercises published. I use AI to introduce the base concepts and to provide an initial solution to criti...
New
Wondering if anyone got the Outline view of VS Code working for their Ash Resources?
The resources files are getting large and it’d be n...
New
Last Three Year's Trending
Hi, this is for people who, like me, have had some friction using .html.heex templates in VSCode.
The solution seems to be, in a hyphena...
New
I’m working on VSCode ElixirLs syntax highlighting, and different themes support different syntax definitions. So I am curious about whic...
New
I am not sure what has changed but now ElixirLS does not work for me anymore. I am using the latest vscode (1.77.3) and the latest elixi...
New
installed Elixir late last night, and tryed to do some github koans from GitHub - elixirkoans/elixir-koans: Elixir learning exercises · G...
New
Hi everyone, I am new to Elixir and to programming in general. I am still setting things up to get working whith Elixir.
When installing...
New
Hey guys, I am a newbie with Elixir so please bear with my question. How can I use the Ctrl+Click to go to the module that was aliased? I...
New
By any chance does anyone here use NixOS, VSCode, and ElixirLS? I’m trying to replace asdf-vm with direnv (because asdf doesnt work very ...
New
Intellisense is not working for me for Elixir in VSCode.
The only suggestions that are made are from words in the current file - “words”...
New
Using VSCode with ElixirLS installed. I have a warning in MixProject. This doesn’t stop the code from running though. I uninstalled/reins...
New
Edit: I solved this.
This post is how I solved this problem. It requires installing the extension “run on save” and setting it to run m...
New
My problem
Env
OS: Window
# installed by asdf
elixir 1.15.2-otp-26
erlang 26.2.0
ElixirLS
0.20.0 (LTS)
When I run vscode and open the...
New
VSCode has built in support for HTML files. When you open <div> it automatically brings in </div>. Matching colors and there ...
New
Hello!
Having written a lot of LiveView code, I’ve made some VS Code snippets to speed up writing callbacks for LiveViews and LiveCompon...
New
The byesig extension is one of my favorites when doing Ruby+Sorbet coding. I forked it to create ByeSpec to do the same for Elixir specs....
New
Background
I have an umbrella app with the following structure:
:.
├───mix.exs
├───.mix.lock
├───.credo.exs
├───apps
│ └───app1
...
W...
New
Trending Over Three Years
Hello everybody,
usually, I use a 29" ultra-wide monitor for VSCode which can easily accomodate explorer (files panel) + file with code ...
New
Hi guys, nice to meet you to the whole forum, I’m new here, I’m trying to configure visual studio code for elixir, right now the intellis...
New
For the people who are using VS code what extensions are you using?
New
Has anyone had any luck using VSCode (win 10) and WSL (asdf elixir/erlang) with Elixir LS? I’m not even sure its possible, I am curious t...
New
Hi,
I cannot get VS Code with the elixir-ls extension to format my code.
Only thru “mix format” command.
Environment:
Erlang/OTP 23 [...
New
Error Log Output:
Started ElixirLS v0.5.0
Elixir version: "1.10.4 (compiled with Erlang/OTP 21)"
Erlang version: "23"
ElixirLS compiled ...
New
There are two popular Elixir-related extensions for Visual Studio Code: vscode-elixir and ElixirLS. Does anyone know if they are compatib...
New
I use ElixirLS extension in vscode on Ubuntu 18.04. For now, Go To Definition by ElixirLS works well on non-dependency modules. I was won...
New
I haven’t been able to get the VSCode Tailwind IntelliSense extension to work with html.heex files.
The plugin works with a plain .html ...
New
What do you use to format your .html.leex and .html.eex files? I’m using VS Code and haven’t found a beautifier I’m happy with yet.
I’d ...
New
Hello guys,
I just watch the last video about LiveView of the Chris Mccord and I would like to know how to Highlights the code with colo...
New
I am trying to integrate Credo checks into my VSCode setup, but for the love of god, I cannot make it work. Here’s what I’ve done:
Add ...
New
I am using Visual Studio Code and the great vscode-elixir-ls extension, which was recently updated. I am getting syntax highlighting in ....
New
There are 3 main formatters for Erlang which you can use from the command-line,
rebar3_format,
Steamroller
elmfmt.
Visual Studio Code’...
New
I’ve installed vscode-elixir and autocomplete works as expected when I’m editing single files.
But when I create projects with mix new, ...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance
- #hex







