Is there a way that we see only the list of events in the intellisense list of Visual Studio ?
Is there any extension that allows this ?
Currently, neither Visual Studio or the ReSharper add-in support explicitly filtering the intellisense list.
There is a Visual Studio add-in, Visual Assist, which enables filtering by events (as well as properties, methods, etc.)
Related
Can I somehow use search in Visual Studio 2017 properties window? In Embarcadero RAD Studio there is a searchbar in properties as well as it is possible to type the first letter of property and jump to it. Is there something like this in visual studio 2017? I have found this answer with this screenshot, but there is nothing like in my IDE, and I can't find an option to turn it on.
Pressing CtrlMO in a c# file collapses all members of all classes in the file but not classes or namespaces.
Pressing same keys in a typescript collapses all outlines even the namespaces and classes.
How can I get same behavior for collapsing a typescript file like a c# file?
Is there any shortcut or a visual studio extension to achieve my goal?
Is this behavior become default behavior in earlier versions of visual studio?
Is this behavior become default behavior in earlier versions of visual studio?
I just checked visual studio 2015 and visual studio 2017 and this is now defalt behavior of visual studio when pressing CtrlMO
Is there any shortcut or a visual studio extension to achieve my goal?
As the newer versions of visual studio have the feature out of the box and older versions are going to be abandoned I don't think there is/would be any shortcut or extension for the this propose.
I should try to convince our company to migrate to newer version of VS or spend some of my time to write such an extension.
I've already turned off many options in Visual Studio 2017, but I can't suppress this annoying pop-up. (Not this specific one, but all of them, for all the API's)
Can someone please show me the setting I need?
Check this old post How do I turn off code tooltips in Visual Studio 2010. In it a workaround is provided but you will probably make a new extension from the source for it to work in Visual Studio 2017.
Looks like there is no setting for this except for the C/C++ language.
I don't know whether it is missing in Visual Studio 2012 but I wonder why I cannot see the advanced tooltip feature in 2012.
In VS2010, once you hover your mouse over a code, it displays the following:
But it is how it looks right now in Visual Studio 2012:
And it looks rather primitive compared to Visual Studio 2010.
That's from a Visual Studio Plug-in. I think it's either PowerTools or VSCommands. You should install the same plug-in in VS2012, and you should get that behavior back.
(Just confirmed that it's Productivity Power Tools that provides that feature.)
In Visual Studio 2010 you can drag tabs out to separate windows but you can not collect them together as additional tabbed elements. Is there a VS 2010 add-on to allow you to group your extra windows into tabs? It would be really nice to have a set of tabs on each of my monitors.
The best place to look is the Visual Studio Gallery for 2010 Extensions. If you are lucky someone else has already had the idea and created an extension (VSIX) for you.
Otherwise, why do you have a go at writing it yourself by grabbing a copy of the Visual Studio 2010 SDK and read the Getting Started Guide.
UPDATE: I just stumbled on this awesome Visual Studio Extension that may do want you are looking for: Visual Studio 2010 Pro Power Tools.
http://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef
Productivity Power Tools does it, and it's free. The feature is called Document Well.