Search Results

0
votes

break whenever a file (or class) is entered

Files have no existence at runtime (consider that partial classes are no different -- in terms of code -- from putting everything in a single file). Therefore a macro approach (or code in every met …
2
votes

Disable designer in Visual Studio?

Right clicking on a project file and selecting open with allows you to set the defaults for opening file types. …
1
vote

which visual studio edition has this assembly?

For 2008, Pro, Developer and Suite. …
0
votes

How to change the title bar text of Visual Studio

In the VS automation model there is _DTE.MainWindow.Capation which you could start with. See …
0
votes

How can an add-in detect when a solution is loaded?

The SolutionEvents class on MSDN includes event: Opened: Occurs immediately after …
0
votes

VS2008 - adding resources always causes source file to be added to the csproj

You might be able to write a macro to do this. The project system is pretty well covered by the API. …
0
votes

Tips and tricks for VS2005 specifically for C# developers

Have you seen this blog... and the …
1
vote

TFS Client APIs for creating workitem templates?

There is a method to get the (XML) definition: Micro …
1
vote

Can you disable the VS feature that keeps separate window positions for Debugging and Editing?

Other than manual editing of an exported settings file, to copy one layout over another then importing, no. Remember it isn't just window positions, but which ones are open, and debug gener …
0
votes

Unable to debug SQL Server 2005 stored procedures in Visual Studio Team System 2008

Have you enabled SQL Server debugging in the project? Project | Properties | Debug tab. EDIT: Can also enable "Allow SQL/CLR Debugging" on a data connection in the server explorer. …
1
vote

CMD Full Screen Visual Studio

Open a command prompt, from its system menu (click on icon at top left) select default and ensure full screen is not selected on the options tab. …
3
votes

Is there a Breakpoint Plugin for Visual Studio?

How about this: "Debugge …
0
votes

.NET referenced assemblies - version numbers

Assembly version (from AssemblyVersionAttribute) is not necessarily the same as the file version (from AssemblyFileVersionAttribute). Unless you use a tool which returns t …
2
votes

How do I stop Visual Studio from inserting “object” when I type “new {”

You can configure which characters being typed commit the current intellisense selection. In Tools | Options | Text Editor | C# | IntelliSense. Remove "{" and ensure committed by the space …
0
votes

Is there a tool for emailing Shelveset’s and History items from within Visual Studio Team System?

There is a rich event model, most of which is not directly exposed in the UI. In the UI you can get check …

1 2 next
15 30 50 per page