• I have recently started using RSS feeds to get news and other information. It is quite time-saving.
  • Recently found out that word could open pdfs for edits. Used to upload pdfs to websites to get it converted into some editable format. I think Libreoffice can do the same.
  • Got that spinning type of mop and mopping has become a bit easier.
  • Hugin@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    I use VSCodium and other then bulk comment / uncomment and renaming I’m not sure what you’re talking about.

    I’d love some examples to help improve.

    • Sonotsugipaa@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 months ago

      If you select some text then use CTRL+D, the editor will search the next match in the file and add it to your selection, and whenever you type something both of the selected segments of text will be edited in the same way - you can extend the selections with SHIFT+LEFT and SHIFT+RIGHT.
      It’s hard to explain in an intuitive way, but you’ll get it if you try it.

      Another simpler example is CTRL+SHIFT+UP and CTRL+SHIFT+DOWN: your current selection splits to the next line in either direction.
      Something similar happens with CTRL+SHIFT+MOUSE_LEFT.

    • ClassifiedPancake@discuss.tchncs.de
      link
      fedilink
      arrow-up
      1
      ·
      3 months ago

      It’s hard to explain in words. I quickly searched for a video about it and this one shows the basics pretty good: https://youtu.be/w3JCjsIOMdM?si=-dS-m940AGHFgCG-

      Sublime Text is a bit more powerful in that regard (and also more performant with very large files) which is why I still keep it installed even though I switched to VSCode long time ago. I guess Vim can do even more but I can’t get myself to learn it well.