Skip to main content
Ramblings

Main navigation

  • Home
User account menu
  • Log in

Breadcrumb

  1. Home

Emmet enables productive sloth

By Andrew, 2 April, 2018

You should never hire trust a programmer who doesn't admit to being profoundly lazy. Given this proclivity towards sloth, programmers love to utilize code snippets and other forms of shorthand to reduce the number of keystrokes to complete an operation.  Any editor targeted towards developers will contain such tools.  This is all good and swell, but if you use more than one editor, you can often end up confusing your commands.  Emmet is a plugin that is available for quite a few editors and, therefore, allows you to use the same syntax across your various editors.

ul>li.item$*5

will generate:

<ul>
    <li class="item1"></li>
    <li class="item2"></li>
    <li class="item3"></li>
    <li class="item4"></li>
    <li class="item5"></li>
</ul>

Monthly archive

  • January 2018 (2)
  • March 2018 (1)
  • April 2018 (2)
  • October 2018 (1)
  • January 2019 (2)
  • March 2019 (2)
  • April 2019 (1)
  • May 2019 (2)
  • July 2019 (1)
  • September 2019 (1)
  • October 2019 (1)
  • February 2020 (2)
  • July 2021 (1)
  • February 2022 (1)
  • April 2022 (1)
  • June 2022 (1)
  • August 2022 (1)
  • October 2022 (2)
  • February 2024 (1)
Ramblings
Powered by Drupal