Home > Back-end >  Will chrome dev tool update in my code editor?
Will chrome dev tool update in my code editor?

Time:07-09

If I change something in dev tool on chrome, will it save and update vscode or do I need to copy/paste it over to the editor? I just started learning code this week please be nice.

CodePudding user response:

In Chrome, Firefox,... you've to copy and paste it. In edge is a function to auto-jump to the code line in vscode. But there is no save-function.

  • Related