Package for custom plugin

Answered

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?

0
1 comment

You should use the namespace that fits the best of your project. Such examples also use an example package name.

0

Please sign in to leave a comment.