I'm building a website in Microsoft Visual Studio Express 2013 for Web and Dreamweaver CS6 and neither of the inbuilt browsers are decent enough, is there a way to view saved changes instantly on the browser without manually refreshing (currently I use an auto-refresher and I don't like it because the page flashes and you can't scroll because it jumps to the top).
Is there a plugin which I can use or an external program?
Ideally I would like Chrome or Opera and I did make something which does what I need but uses IE - so no good in a web design view and it was a bit clunky.
(I'm not sure where else I should have asked this)
The chrome plugin you need is Tincr
Tincr does two things.
Allows you to easily save changes you make in Chrome Developer Tools. For example, you may find yourself in the devtools’ Element inspector panel experimenting with css changes. Normally, you would then have to copy and paste your changes to your file or lose your changes when you reload the page or navigate elsewhere. You can configure Tincr to automatically save these changes to the right file.
Automatically reload changes made from your Editor or IDE. You can configure Tincr to watch for changes to files and then reload the corresponding url. It can either do a full refresh of the page or reload the url in place. Often referred to as live reload or auto refresh.
The docs are available here http://tin.cr/docs.html