Package for custom plugin
已回答
In this tutorial, the package used is `org.intellij.sdk.language.psi;`. If I'm writing my own plugin, should I use the same package or a different one?
请先登录再写评论。
You should use the namespace that fits the best of your project. Such examples also use an example package name.