Hacker News new | ask | show | jobs
by Pxtl 4 days ago
I'm specifically cranky about MS Azure Devops and how much lazy-loading and unloading of text it does. It's basically impossible to ctrl-F.
2 comments

Also Github. Doing a review or searching logs is pain.
Which is why you use git command line for such tasks
Where you can put comments on problematic lines/blocks of code easily with the git command... (Please continue, I'm really curious of there are better ways than what I'm currently doing)
Use VS Code and download the git plugin. Tasks like that become super easy
Yes! I suffer through this daily. It's atrocious.