I want to show a specific view in my RCP application using a command. Using showView opens a dialog to select view. Is there any way to do without selection dialog? I tried parameters but didn’t help. Related part of plugin.xml is below.
com.dbtek.hyperbola.views.contactsView is my view ID
You need to add a command parameter with the id of the view to show. E.g.