DEV Community

Discussion on: What's Your Favorite Productivity Tool?

Collapse
 
sucodelarangela profile image
Angela Caldas • Edited

Using Ditto clipboard manager helps me a lot when dealing with lots of data to be copied and pasted. I can trigger lots of ctrl + C and then just open Ditto's and all my content is listed. It works much better than Windows default Clipboard Manager and saves a lot more entries.

As a front-ender, I also love some Visual Studio Code extensions:

  • Auto Close Tag: Automatically adds HTML/XML close tags;
  • Auto Rename Tag: Automatically renames paired HTML/XML tag
  • CSS Peek: Allows peeking and going to css ID and class strings as definitions from html files to respective CSS;
  • Duplicate action: Duplicates files and folders;
  • JSON to TS: Converts JSON object (from selection or clipboard) to typescript interfaces;
  • px to rem: Converts px to rem, and vice versa;
  • Todo Tree: Shows TODO, FIXME, etc. comment tags in a tree view