Where is `AnAction` class ?

Answered

I am currently developing idea plugins. When I use this version, I found that there are only three packages 'comlier, deployment, graph' under 'com.intellij.openapi', and there is no ʻAnAction` and other things I want. Class, I am using macos, the version of idea is idea ultimate 2018.3.2.
The path used by sdk is ${ideaapp}/Contents

 

Please help me .

0
1 comment
Avatar
Permanently deleted user

Hey Wang, the class is located in

com.intellij.openapi.actionSystem.AnAction

To have it connected, you should add Idea SDK into your project, if you use DevKit, please take a look at the article: https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/setting_up_environment.html

If you're uring Gradle, https://www.jetbrains.org/intellij/sdk/docs/tutorials/build_system/prerequisites.html

 

0

Please sign in to leave a comment.