AstonJ
Elixir Code Editors & IDEs - which one are you using? (Poll)
Please see the new poll here: Which code editor or IDE do you use? (Poll) (2022 Edition)
It’s been a while since we first asked this, I wonder if things have changed much… please let us know which code editor or IDE you are using and if possible, your set-up and plugins used too.
- Vim
- Gvim
- MacVim
- NeoVim
- Emacs
- SpaceMacs - Evil Mode
- SpaceMacs - Holy Mode
- Sublime Text 2
- Sublime Text 3
- Atom
- TextMate 1
- TextMate 2
- IntelliJ
- Visual Studio Code
- Rubymine
- Other
0
voters
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
@chrismccord : I just saw the Extract AGENTS.md from Phoenix.new into phx.new generator commit to the phoenix project.
My initial shotgu...
New
I was working on an Ecto migration and I needed a timestamp. So, for the nth time, I looked up the different data types for timestamps, a...
New
Just a general thread to post chat/news/info relating to AI/ML stuff that may be relevant for Nx now or in the future. Got anything to sh...
New
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
There has been a thread to discuss the Stack Overflow Developer Survey on this forum every year since 2018, so here’s yet another one for...
New
Fly’s CEO posted this recently - Turn And Face The Strange · The Fly Blog
It says that Fly is going all-in on sprites, which is a worry ...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New
We want to introduce a new native datatype to Erlang: native records. Although replacing all tuple records with native records is not our...
New
Chat & Discussions>Discussions
Latest on Elixir Forum
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #performance










First 10 of 143 Posts
dwahyudi
i’m using it for my work (rails, js and elixir).
it is in my opinion, the best text editor right now.
i was a long time vim user, but when looking at spacemacs, lots of good things surprise me.
mkunikow
You can customize theme for neotree
spacemacs/doc/DOCUMENTATION.org at master · syl20bnr/spacemacs · GitHub
I would like to see pimp emacs with new modern ui
bobbypriambodo
I’ve tried all four customizations, still nowhere near acceptable for me, sadly…
I have long succumbed to the assumption that most programmers just don’t prioritize UI and syntax coloring
I’ve had enough of high contrast syntax themes with vivid colors, but the low contrast ones such as Solarized and Zenburn are too… weird?
Lately I’ve been using Nord theme, which has a calm and cool atmosphere with it while having just enough contrast for highlighting, for almost everything (Vim, Atom, iTerm2, etc.) and I’m loving it. It’s just so beautiful. Sadly there’s still no Emacs/Spacemacs port for it.
AstonJ
You must be doing it wrong
(That is on MacVim btw - I haven’t ported things over to SpaceMacs yet..)
NobbZ
I do not like treeviews at all, I do prefer
find-file-in-project(or similar). Atom does provide similar functionality by hittingCTRL-P.OvermindDL1
Huh, It’s
Ctrl+there and I’ve not changed that keybinding…kostonstyle
Which one would you choose, vs code or intellj?
bobbypriambodo
Good point, but I use treeview on Atom for 1) creating new files or folders, 2) moving files around, 3) get a glimpse of the current state of working dir in git (Atom’s git integration is awesome). I think I’m not good enough at doing these things on either Vim or Emacs
I’m currently trying not to depend on treeviews that much and instead embrace the power of ctrlp.
It’s both Cmd+T and Cmd+P here on OSX, I suppose it’s the same too on Windows and LInux.
OvermindDL1
Ctrl+p is the Command Pallette here on the default Windows install, so definitely not the same, how interesting…
NobbZ
Well, When I do write CTRL-P I do mean to press “CTRL” and “P”, when I write CTRL-SHIFT-P, I mean to press that three, so maybe thats where the confusion comes from