I want to use code to locate the cursor at the specified dependency position in POM. Is there a relevant API
Answered
fun navigation(groupId:String,artifactId:String){
}
navigation("com.github.ngoanh2n","commons")
Similar to PsiMethod.navigate(true)
Please sign in to leave a comment.
Hi,
I'm sorry, but I don't understand your question. Please describe it in more detail.