You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
changes tool
About this tag
The changes tool tag on WindowsForum covers discussions about the Microsoft Edge DevTools and Visual Studio Code integration that allows developers to edit source code and see changes reflected in the browser. The tag focuses on improving authoring and debugging workflows, with topics including live editing, source mapping, and feedback on proposed solutions. Content under this tag is relevant for web developers using Microsoft Edge and VS Code who want to streamline their development process by syncing code changes between the editor and browser dev tools.
As web developers we spend a lot of time authoring our code in an editing environment. We then jump over to the browser to use the in-built developer tools to debug and tweak the product UI. The problem with this is that results of the tweaking and debugging aren’t reflected in the source code...