AstonJ
Most Liked
Qqwy
TypeCheck Core Team
Zen Coding/Emmet. Plugins that add its features exist for many text editors and IDEs.
The idea is simple: You write a very short CSS-path-like statement, and then press Tab (or whatever makes sense for the editor you’re using) to have it expand to a full HTML tree. It feels really nice to just type table.mytable>thead+(th*4)>tbody>tr>(td*4) and have it expand to
<table class="mytable">
<thead></thead>
<th></th>
<th></th>
<th></th>
<th></th>
<tbody>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
Or, if you are using HAML
%table.mytable
%thead
%th
%th
%th
%th
%tbody
%tr
%td
%td
%td
%td
et cetera!
This has saved so much time
.
3
KronicDeth
Last Post!
sotojuan
Popular in Dev Env & Tools
SpaceVim is a community-driven vim distribution that seeks to provide layer feature, especially for neovim. It offers a variety of layers...
New
Since the keyboard thread has been going strong for a while I wanted to start a similar thread for desk chair recommendations. I’m in the...
New
Welcome to our thread for Mac users :smiley:
Windows users please use this thread
Linux users please use this thread
For those who dis...
New
Hey everybody. I was wondering if anybody here has used Panic’s Nova editor.
It came out recently and I saw there was no Elixir Formatte...
New
Do we have any frequent travellers or digital nomads here?
If so where have you been and do you have any tips to share? (Particularly in...
New
I’ve been reinstalling macOS after trying out Tahoe, and when I went to migrate from a Time Machine backup I got an error I’ve not see be...
New
Just noticed mine has gotten quite unwieldy and should probably be split into multiple files - but curious how big everyone else’s is!
(...
New
Other popular topics
Elixir plugin for JetBrain’s IntelliJ Platform (including Rubymine)
This is a plugin that adds support for Elixir to JetBrains IntelliJ...
New
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
Hello!
tl;dr Announcing Oban, an Ecto based job processing library with a focus on reliability and historical observability.
After spen...
New
Hello everyone,
Long time lurker first time poster here. I’ve recently begun working on Elixir full-time again! :raised_hands: It’s been...
New
What learn first? Rust or Elixir
Hi Elixir community!
I’m here because i want learn a new language. I’m a junior developer and mainly i ...
New
I’ve got an issue with an app and I’ve no idea of how to troubleshoot it. I’m hoping someone here might have seen something similar.
I p...
New
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
- #websockets
- #supervisor
- #elixirconf-us
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex










