Missing toolbar Visual Studio 2015 - vb.net

im getting crazy, i don't see the toolbar in code on visual studio 2015, that toolbar that for example let you select when a botton lost focus,clicked etc
do anyone got the same problem?
thanks guys,
and have a great day
José Lopes

have you tried resetting your settings?
TOOLS>IMPORT AND EXPORT>RESET ALL SETTINGS

It's called the Navigation bar. You can turn it on and off under Tools -> Options -> Text Editor. You find this option under the "General" tab of your language of choice (or, you can do it for "All Languages").

Related

Missing Visual Studio Function

I need some help with my Visual Studio layout. I am missing a comfort function but I don't know how to write it exactly. Attached are 2 images. As it looks the desired function is available in C# projects. With VB project this is missing. Resetting the window layout does not bring anything. Can someone help me?
That is the Navigation Bar. Select Tools > Options from the main menu, select Text Editor > Basic > General in the Options dialogue, then check the Navigation bar box.
You really ought to have a fairly thorough look through the Options dialogue to see what's there and what you might want to change now or in the future. I have answered numerous questions on how to change VS settings simply because I was prepared to do that when the person asking the question didn't bother.

Open Visual Studio Integrated Design Environment

I somehow managed to close the visual design tab of my project where you drag component from the toolbox to. I've tried every view I can think of. I'm using Visual Studio 2013 if anyone can tell me how to re-open the design view(not the code) that'd be great as I don't know my way around every aspect of visual studio.
When you right-click the "FormName.vb" file in Solution Explorer, you can click "View Designer." Alternatively, you can click "Open With..." and choose Visual Basic Form Editor from the list.
Try using XXX.Designer.cs from your Solution Explorer
hope it'll help

I accidentally closed the debug result visual studio 2010

Hi guys i need your help I accidentally closed the debug window at the bottom part of the screen in visual studio 2010. Please help me I could not find it anymore :( thanks in advance :)
You can open it again using the menu bar : you choose Debug, then Windows submenu and click on Output.
It should open again the panel you just closed.
I just clicked the view menu as what #Kieveli has said and click the error list in there and it also has a shortcut key of Ctrl +\,E .

No xaml color formatting in visual studio 2012

This is the second time i have installed VS 2012 and the first time the color formatting for xaml was working but not anymore. If i can change some element in the tools -> fonts and colors but i cant get the normal default scheme back with the blue | red | yellow look, even if i change back to defaults.
Any help would be nice. Thanks
I've had this exact same issue. The solution is:
close all running instances of Visual Studio
open a "Run" window and type in devenv /resetuserdata
That's it. Open your projects again and everything should work fine.
Beware: your personal settings will be lost. Recently opened projects list also.
Right click on the .xaml file -> open with option from the list choose HTML Editor With Encoding
You can try Tools -> Options -> Environment -> Fonts & Colors and Display Items as Use Defaults..as suggested by gerdi...Also make sure all options are ticked Under Tools -> Options -> TextEditor -> General...

Aptana / Titanium Studio Disable Highlighting

Aptana/Titanium Studio is a pretty good IDE, but the preferences are a mess.
I want to basically turn off all the annoying highlighting and code hints it bombards you with but can't find the preferences for that.
Thanks for your help!
You can click the "Mark Occurrences" button in the toolbar, and that should toggle it for all Aptana editors.