Hacker News new | ask | show | jobs
by stevesunderland 487 days ago
I still open Dreamweaver to use its advanced find/replace tool[1]. You can create complex conditions (eg. "find all a tags with class button and change the tag to button") which is super helpful when refactoring code or converting stuff. I keep thinking about making VSCode extension that has the same capabilities.

[1] https://helpx.adobe.com/dreamweaver/using/find-replace-text....

1 comments

Yes! The search and replace capabilities were amazing. Haven't had the need to do that in a long time.