mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-13 06:07:04 +07:00
7 lines
208 B
Java
7 lines
208 B
Java
import com.intellij.openapi.application.Experiments;
|
|
|
|
public class ExperimentalFeatureIdCompletion {
|
|
public static void main(String[] args) {
|
|
Experiments.getInstance().isFeatureEnabled("<caret>");
|
|
}
|
|
} |