this post was submitted on 13 Jul 2024
86 points (97.8% liked)
Asklemmy
43881 readers
870 users here now
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Learn what the software or device you’re using can do. There’s often so much productivity packed in, you don’t even know what you’re missing.
For example code editors like VSCode or Sublime Text have easy ways to select and work on multiple lines/words at the same time that can make work SO much more productive and fast, it’s like magic. I see other people doing things line by line and it takes ages.
Microwaves have all kinds of presets that people rarely use. Read the manual and try them out.
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.
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.
You can use regex in vim
Every serious editor can do Regex