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

nseaSeb
Hey, have you seen this? It looks better than tmux—what do you think? Herdr is the runtime your coding agents live on — laptop, desktop...
New
lungarella-raffaele
Hi all, I am writing Elixir using Zed. Often times I like to “Go to definition” on standard libraries code and check out documentation an...
New

Other Trending Topics Top

garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
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
mcass19
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge &amp; Solve. They are GUI (Emerge) and State management (S...
New
netoum
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
wintermeyer
There are three potential reasons for members of this forum to have a look at https://vutuv.de You are tired or annoyed of LinkedIn. Yo...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews