madskristensen / BrowserReloadOnSave

A Visual Studio extension
Other
27 stars 10 forks source link

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

Open jovancartofront opened 6 years ago

jovancartofront commented 6 years ago

Installed product versions

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.

badmotorfinger commented 6 years ago

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

devsentap commented 6 years ago

Yup, Also not working on latest version 15.8.1

hope4555 commented 6 years ago

Not working for me too

RobertDbh commented 6 years ago

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.

Kelsch commented 6 years ago

It doesn't work for me either.

github9984 commented 6 years ago

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

rmnaderdev commented 5 years ago

Visual Studio 15.9.5 not reloading here too.

maddada commented 5 years ago

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.

yardenrippin commented 5 years ago

Not working for me too

pedro7680 commented 5 years ago

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

vpanga commented 5 years ago

VS2019: Browser reload on save not working.

minanabila commented 5 years ago

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

lydi-alpine commented 5 years ago

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

RobertDbh commented 5 years ago

@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)

madskristensen commented 5 years ago

@msoutopico really what?

edu83st commented 5 years ago

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

Zaraxxx commented 4 years ago

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

Many Thanks!!!!