CRS logo

Craftsmanship

After some years of practice, I've found a handful of tools or methods, that significantly enhance my productivity and streamline some tasks.

— Productivity Tools

Raycast logo

Raycast: a blazingly fast, totally extendable launcher. It lets you complete tasks, calculate, share common links, and much more.

Most relevant features:

More info on raycast.com or manual.raycast.com

VSCode logo

VSCode Shortcuts & Extensions: for quickly executing commands, accessing features & for enhanced functionality, themes, integrations, and other.

Most relevant shortcuts for (macOS):

  • Cmd + Pfor quick file navigation
  • Cmd + Shift + Pto open the command palette
  • Cmd + Shift + Kto delete a line
  • Option + ↑ or ↓to move a line up or down
  • Option + Shift + ↑ or ↓to copy a line up or down
  • Option + Shift + Cmd + ↑ or ↓to multi-cursor select
  • Cmd + Shift + .to toggle selection comment
  • Ctrl + Option + Lto use console.log with Turbo Console Log

Most relevant extensions for productivity:

  • Turbo Console Logautomates writing meaningful log messages
  • Batch renameto rename multiple files simultaneously within the editor window, and also facilitates copying multiple file names at once
  • Better commentsto create more human-friendly comments in the code
  • Change caseto quickly change the case of the current selection or word
  • Colorizeto help visualize CSS colors in the code