Skip to content

tlmii/BrowserLinkInspector

 
 

Repository files navigation

Browser Link Inspector 2017

Build status

Download this extension from the VS Marketplace or get the CI build.


Adds inspect and debug mode directly in the browsers

See the change log for changes and road map.

Features

Inspect Mode

This mode will put the browser in a state where hovering the various DOM elements in the Browser will open the corresponding file in Visual Studio and select the range that produced the DOM element.

Debug Mode

Does the same as Inspect Mode as well as put the document in edit mode. It is then possible to make text changes directly in the browser and see the changes persisted back into the source file in Visual Studio in real time.

Known Issues

ASP.NET Core projects are not yet supported.

Contribute

Check out the contribution guidelines if you want to contribute to this project.

For cloning and building this project yourself, make sure to install the Extensibility Tools 2015 extension for Visual Studio which enables some features used by this project.

License

Apache 2.0

About

A Visual Studio extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 56.5%
  • JavaScript 43.5%