{ "regarager/jclasses", dependencies = { "MunifTanjim/nui.nvim" } }`
use {
"regarager/jclasses",
requires = { "MunifTanjim/nui.nvim" }
}
Outputs a test message saying JClasses: OK!
Opens a prompt that asks for a class name. The text after the last period (or the entire input if no periods exist) is used as the class name, and all previous text is used as the package name. Note that to be able to automatically detect the package of the current project, you need to have the current editor open to a class in the package. Otherwise, the file is created in Neovim's current working directory.