Say I have a large number of HTML and CSS files, and I need to re-organize their folder structure. Are there any shortcuts (in VS Code preferably) to changing the links to stylesheets and hypertext links that the HTML files contain?
Or would I have to do it all manually (restructure the folders and then manually copy each individual file path into it's respective point in each HTML file?)