Cannot find custom keywords section in visual studio 2012

For visual studio 2012. I can’t find in Tool / Options / Font and Colors / Display Elements / User Keywords and a lot of elements for C # where? will anyone help me

-one
c # visual-studio-2012
Mar 26 '13 at 17:03
source share
1 answer

See below. I checked both instances of VS 2010 Pro and VS 2012 Professional, and both have the same settings for custom types (keywords), etc. See below screen binding.

enter image description here

Hope this helps.

You need to find the Developer Command Prompt for VS2012 and Run it as Administrator . You need to find it if you are using Windows8, or the usual way might be

C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Visual Studio 2012\Visual Studio Tools 

In other versions of Windows, you can easily find them in your start menu.

 Visual Studio 20xx > Visual Studio Tools > Visual Studio Command Prompt 

and then just run the devenv.exe /setup command. Hope this solves your problem.

+3
Mar 26 '13 at 17:26
source share



All Articles