I cannot find the new action dialog in context menu. Follow
Answered
I see the document:
To create and register an action with the New Action wizard
- In your project, on the context menu of the destination package click New or press Alt + Insert.
- On the New menu, click Action.
But I cannot find it when I click the ./src -> context menu / new -> Action (not found). Why?
I have created a empty plugin project with intelij plugin sdk.
Please sign in to leave a comment.
What SDK is configured for the project? It should be IntelliJ Platform Plugin SDK.
Do you have Plugin DevKit enabled? See http://www.jetbrains.com/idea/webhelp/enabling-and-disabling-plugins.html.
With the plug-in enabled you should see the following sub-menu:
I chose the wrong SDK and I found it now.
Thanks!