Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 582 Bytes

File metadata and controls

13 lines (8 loc) · 582 Bytes

Visual Studio 2015/2017 file open tool

Finds an VS instance containing a solution with the specified file to open it at the specified line. If there are multiple VS instances, prefer one with the fewer projects count. Otherwise runs a new VS instance with this file as an argument.

usage: <file path> <line number>

MIT License.

Download link: https://drive.google.com/open?id=0B4-tSq-u4CreZ2I1RmY0WVhnTUU

The tool was written for the CryoFall project http://atomictorch.com to aid in development and open script files directly in VS by clicking on the console log entries.