BrowserReloadOnSave icon indicating copy to clipboard operation
BrowserReloadOnSave copied to clipboard

Browser reload on save doesn't work on Visual Studio 2017 Community v. 15.8.0

Open jovancartofront opened this issue 7 years ago • 17 comments

Installed product versions

  • Visual Studio: [Community 2017 15.8.0l]
  • This extension: [example 1.1.21]

Description

The extension was working property until I updated my Visual Studio

Current behavior

Now when I save some file the browser doesn't reload like before. And I have to manually reload the page after saving. Also in the options Enable Reload on Save is checked.

jovancartofront avatar Aug 16 '18 08:08 jovancartofront

I have the same set up and have experienced the same issue.

badmotorfinger avatar Aug 21 '18 02:08 badmotorfinger

Yup, Also not working on latest version 15.8.1

devsentap avatar Aug 27 '18 07:08 devsentap

Not working for me too

hope4555 avatar Sep 03 '18 08:09 hope4555

Same for me with VS Version 15.7.5. Would realy appreciate a fix :)

Edit: The update seems to disable the Browserlink option. After reactivation, the plugin will work properly. Maybe this also solves this problem for 15.8.X.

RobertDbh avatar Sep 21 '18 08:09 RobertDbh

It doesn't work for me either.

Kelsch avatar Oct 19 '18 18:10 Kelsch

visual studio 15.8.8 - reload on save doesn't work.

github9984 avatar Oct 31 '18 01:10 github9984

Visual Studio 15.9.5 not reloading here too.

rmnaderdev avatar Jan 12 '19 19:01 rmnaderdev

Hey, if you really want to reload on save and this extension isn't working, try this AHK script:

#SingleInstance, force #NoEnv #Warn

#IfWinActive, ahk_exe devenv.exe ^s:: { Send, ^s Send, ^!{Enter} } return

#IfWinActive

when you save, it'll automatically do the ctrl+alt+enter command.

maddada avatar Feb 12 '19 10:02 maddada

Not working for me too

yardenrippin avatar Mar 22 '19 23:03 yardenrippin

did this issue ever get solved im having the same problem, it was since i started using github with team explorer.

pedro7680 avatar Apr 01 '19 11:04 pedro7680

VS2019: Browser reload on save not working.

vpanga avatar Apr 22 '19 23:04 vpanga

Hey, if you really want to reload on save and this extension isn't working, try this AHK script:

#SingleInstance, force #NoEnv #Warn #IfWinActive, ahk_exe devenv.exe ^s:: { Send, ^s Send, ^!{Enter} } return #IfWinActive

when you save, it'll automatically do the ctrl+alt+enter command.

where can I write this script, please

minanabila avatar Jul 12 '19 11:07 minanabila

VS2019 - It's July and browser is not reflecting changes...

lydi-alpine avatar Jul 30 '19 17:07 lydi-alpine

@minanabila I guess you can write the script with https://www.autohotkey.com/

In Addition to all others who are looking for a solution - did you try to reset the browser-link function? It solved the issue for me and the Plugin works properly (not tested in VS2019)

RobertDbh avatar Jul 31 '19 07:07 RobertDbh

@msoutopico really what?

madskristensen avatar Aug 06 '19 17:08 madskristensen

After moving my entire project to "C:\Users\userName\source\repos" I could solve my problem. May be this can help you...

edu83st avatar Aug 21 '19 02:08 edu83st

After moving my entire project to "C:\Users\userName\source\repos" I could solve my problem. May be this can help you...

Many Thanks!!!!

Zaraxxx avatar Dec 07 '19 13:12 Zaraxxx