How to create a Menu Item in VS Menu Bar
Hi Guys,
Can anyone help me out, on how to create a menu item in the Menu Bar of VS. Like when I installed the ReSharper , I found a new menu Item, in the Menu bar of VS of the name of ReSharper. Is there any way I can create my own menu bar in Visual Studio. Any help would be greatly appreciated.
Thanks
Pallav
Please sign in to leave a comment.
Hello Pallav,
If you are writing your own plugin for ReSharper, then you should create
an action.xml, describe command and position it relative to VS top-level
command. Check PluginSamples in ReSharper installation folder, one with sample
action.
If you are writing VS addin, then you posted into the wrong newsgroup. Try
microsoft.public.vstudio.extensibility instead. As for your question, you
could read about CTC files.
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
PG> Hi Guys,
PG> Can anyone help me out, on how to create a menu item in the
PG> Menu Bar of VS. Like when I installed the ReSharper , I found a new
PG> menu Item, in the Menu bar of VS of the name of ReSharper. Is there
PG> any way I can create my own menu bar in Visual Studio. Any help
PG> would be greatly appreciated.
PG> Thanks
PG> Pallav