AstonJ

AstonJ

What’s yours?

This package inspired this thread :lol:

Showing Posts 1 to 4

KronicDeth

KronicDeth

IdeaVIM for the JetBrains IDEs.

Qqwy

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 :smiley: .

NobbZ

NobbZ

emacs org-mode. I’m learning more and more…

sotojuan

sotojuan

I usually use Sublime, but I use Atom for Elixir. The atom-elixir plugin is very good!

— All posts loaded —

Where Next? Top

Trending in Dev Env & Tools Top

Other Trending Topics Top

JesseHerrick
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
mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
mhanberg
Hi everyone! The first release candidate for the Expert language server project is now available! We’ve published a press release detai...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Dmk
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New

Latest on Elixir Forum

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews