• Use Browser Link which uses SignalR to refresh browsers linked to your project.
  • Create your own Scaffolded Item.  When you Add -> New Item…, there is also option New Scaffolded Item….  You can add your new scaffolded item as one of the options.  You can copy and modify existing scaffolded items found at C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\Extensions\Microsoft\Web\Mvc\Scaffolding\Templates (for Visual Studio 2017).  Copy folder you want to modify and paste it under CodeTemplates folder under your project root.  Make sure names of folders/files are intact so Visual Studio can pick them up.
  • Install Web Essentials extensions which provides the ultimate web development experience, such as the Browser Reload on Save, CSS Tools, HTML Tools, and ZenCoding.  Note that the design and inspect modes under Browser Link for Visual Studio 2017 is missing so you will need to download a separate extension for this, the Browser Link Inspector.
  • Use Visual Studio shortcut keys, such as Alt+1 and Shift+Alt+W.
  • Use ‘&’ intellisense to insert character entities on html/razor pages, as well as intellisense on bootstrap ‘data-‘ attributes, on angular directives ‘ng-‘, on angular templates or handle bars, and on web.config rewrite rules.
  • Use CSS editor tricks such as hover on CSS property to show browser support matrix.
  • Use LESS which extends CSS with features such as variables, mixins, and nested rules.
  • Install SideWaffle extension which provides useful snippets, project and item templates.  Unfortunately as of the time of this post, Visual Studio 2017 version is still under development.