Get all code statements in specific code element with EnvDte...
Read MoreHow can I reload a visual studio project thru a nuget powershell script...
Read MoreEnvDTE iterate through subfolders within solution...
Read MoreAvoiding a full load of solution file via envDTE...
Read MoreHow do you walk the solution hierarchy?...
Read MoreHow to programmatically reload an existing unloaded c# project with IVsSolution.CreateProject...
Read MoreDetermining if a Mono.Cecil.MethodDefinition is refering to the same function as a given EnvDTE.Code...
Read MoreDetermining if a EnvDTE.Project is available...
Read MoreWhere are the type libraries for EnvDTE?...
Read MoreHow to select the debugging mode automating Visual Studio?...
Read MoreEnvDTE types are not recognized in T4 template...
Read MoreHow do I provide an implementation of ProjectItem.get_FileNames(i)?...
Read More'The type x exists in both dll' SAME dll + cast to CORRECT object type returns null?...
Read MoreHow to tell type of indexing used from debugger...
Read MoreDTE build event: notification of succeeded but not built...
Read MoreCheck if the current document in Visual Studio 2012 is a Code Window...
Read MoreDetecting outlining sections within EnvDTE.Document...
Read MoreHow can I get only classes defined in the current project in EnvDTE?...
Read MoreCreate or Get Solution folder in NuGet Init.ps1...
Read MoreHow can I get nuget (powershell) to insert <DependentUpon> elements in the target csproj file...
Read MoreCan I pass an argument/switch/parameter to a VSPackage MenuCommand?...
Read MoreCurrent type of the build action from Visual Studio - Microsoft.VisualStudio.Shell.Interop...
Read MoreGet the reference of the DTE2 object in Visual C# 2010...
Read MoreVisual Studio package - EnvDTE Solution.SolutionBuild locks DLL when Build is called...
Read MoreIn a Visual Studio package, can I simulate (DTE) GetService(typeof (DTE)) for tests?...
Read MoreSetting the OutputPath property of a project via Visual Studio Automation...
Read MoreHow do can I programmatically automate the comparison of Visual Studio Solution Files?...
Read MoreLosing Window focus in own Visual Studio extension (using EnvDTE)...
Read MoreHow to implement Submit and Cancel buttons in IWizard implementation...
Read More