A WYSIWYG Way To Find Code Location With Angular
Jan 3rd, 2021, 04:54
I'm used to have a visual (WYSIWYG) view of websites with Dreamweaver where I could click on any HTML element (e.g. field) and just switch to code view to land at the according HTML code location in just a second. That was just awesome!
Now, that I am forced to work with Angular, I am just lost in code and wondering if there is any easy way to quickly identify the code location for any specific (rendered) html element?
Reply