How to judge whether the idea version used by the current user is the community version or the Ultimate version?
Answered
How to judge whether the idea version used by the current user is the community version or the Ultimate version?
if( community version ){
//do something
}
if(Ultimate version){
//do something
}
Please sign in to leave a comment.
i find this