All Projects → diimdeep → VisualStudioFileOpenTool

diimdeep / VisualStudioFileOpenTool

Licence: other
Tool that trying open specified file at spicified line in active Visual Studio

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to VisualStudioFileOpenTool

RCCpp DX11 Example
Runtime Compiled C++ example based on the Dear ImGui DirectX11 Example
Stars: ✭ 35 (+34.62%)
Mutual labels:  visual-studio
machine.specifications.runner.visualstudio
A test adapter for Visual Studio and dotnet test for the Context/Specification framework Machine.Specifications
Stars: ✭ 30 (+15.38%)
Mutual labels:  visual-studio
vscode-legacy
A vscode plugin for probe-rs
Stars: ✭ 18 (-30.77%)
Mutual labels:  visual-studio
dockingpanes
A Visual Studio style docking windows library for Qt Widgets based applications
Stars: ✭ 52 (+100%)
Mutual labels:  visual-studio
vs-shell
GitHub action to set up the Visual Studio shell environment
Stars: ✭ 36 (+38.46%)
Mutual labels:  visual-studio
xml-semantic-external-parser
A semantic external parser for XML files that can be used together with GMaster, PlasticSCM or SemanticMerge. Supports various XML formats, such as the Visual Studio project format.
Stars: ✭ 15 (-42.31%)
Mutual labels:  visual-studio
CleanArchitectureDemo
This is a demo project built on .NET Core 3.1 Clean Architecture. Please refer the articles mentioned in the readme to learn more.
Stars: ✭ 33 (+26.92%)
Mutual labels:  visual-studio
TPFanCtrl2
ThinkPad Fan Control 2 (Dual Fan) for Windows 10 and 11
Stars: ✭ 28 (+7.69%)
Mutual labels:  visual-studio
C-Sharp-Learning-Journey
Some of the projects i made when starting to learn c#, winfroms and wpf
Stars: ✭ 95 (+265.38%)
Mutual labels:  visual-studio
git-tools
This extension provides a git changes tool window, a graphical git history viewer and menus to launch Git Bash, Git Extenstions and TortoiseGit.
Stars: ✭ 72 (+176.92%)
Mutual labels:  visual-studio
wxWidgetsTemplate
A template project for wxWidgets C++, with pre-set files and IDE projects, and allows for easy updates to wxWidgets
Stars: ✭ 13 (-50%)
Mutual labels:  visual-studio
gnutls
Unofficial GnuTLS with added custom native Visual Studio project build tools. GnuTLS: GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them.
Stars: ✭ 17 (-34.62%)
Mutual labels:  visual-studio
vscode-theme
A modern, good-looking, productivity-increaser theme for Visual Studio Code
Stars: ✭ 46 (+76.92%)
Mutual labels:  visual-studio
botsfromzerotohero
This repository contains all the code samples of "Developing Intelligent Bots from Zero to Hero" channel9/MVA course.
Stars: ✭ 14 (-46.15%)
Mutual labels:  visual-studio
SmartCommandlineArgs
A Visual Studio Extension which aims to provide a better UI to manage your command line arguments
Stars: ✭ 70 (+169.23%)
Mutual labels:  visual-studio
RDO.Net
Relational Data Objects for .Net
Stars: ✭ 23 (-11.54%)
Mutual labels:  visual-studio
WindowsCommunityToolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,934 (+18876.92%)
Mutual labels:  visual-studio
wine vcpp
Using Visual Studio Compiler with Wine
Stars: ✭ 25 (-3.85%)
Mutual labels:  visual-studio
hash-dark-vscode
A minimal dark vscode theme inspired by Hashnode blog syntax highlighting.
Stars: ✭ 12 (-53.85%)
Mutual labels:  visual-studio
visual-studio-fonts
Workaround for missing Line Spacing feature in Visual Studio.
Stars: ✭ 18 (-30.77%)
Mutual labels:  visual-studio

VisualStudioFileOpenTool

Tool that trying open specified file at spicified line in active Visual Studio

Download binary

usage: <version> <file path> <line number> 

Visual Studio version                 value 
VisualStudio 2002                     2 
VisualStudio 2003                     3 
VisualStudio 2005                     5 
VisualStudio 2008                     8 
VisualStudio 2010                    10 
VisualStudio 2012                    12 
VisualStudio 2013                    13 

GrepWin settings:

VisualStudioFileOpenTool.exe 12 %path% %line%

Beyond Compare settings(Options - Open With - Command line):

VisualStudioFileOpenTool.exe 12 %f %l

Inspired by http://stackoverflow.com/questions/350323/open-a-file-in-visual-studio-at-a-specific-line-number

Bitdeli Badge

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].