I tried to add a menu item to package explorer\'s right click menu. But my menu item is not visible when i run my plugin. what am i missing?
here is my plugin.xml:
I solved my problem. menuSelection is a wrong variable name. These variable names are predefined (Command_Core_Expressions). If change menuSelection to activeMenuSelection, my plugin works.
menuSelection
activeMenuSelection