yi cheng

- Total activity 49
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 18
-
-
-
-
yi cheng created a post, api to pause indexing
Hi, The recent IntelliJ versions have the function to pause and resume indexing. I was wondering if there is any plugin api to pause/resume indexing as well as examples to follow? For example, wh... -
yi cheng commented, -
yi cheng created a post, AnsweredHow does plugin suggestion work?
Hi, For example, if someone open up a file named 'BUILD', IntelliJ will suggest users to download Bazel plugin (https://plugins.jetbrains.com/plugin/8609?pr=idea). In fact, Pants build system (http... -
-
-
yi cheng created a post, how to auto scroll to the bottom in messages window
Hi, I am using `com.intellij.openapi.externalSystem.service.notification.ExternalSystemNotificationManager#showNotification` to send notification into Messages window. Is there an API I can call to... -
yi cheng created a post, Answeredindexing efficiency sources vs jars
Hi, I was wondering if there is any performance differences between indexing source files vs indexing jars. We have a large JVM project which has many source modules A, B, C. Once imported into int...