generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What problem are you trying to solve?
Extend aliases -
At the moment aliases support only componets, utils,ui
@serializable
class Aliases(
val components: String,
val utils: String,
val ui: String? = null
) : Config.Aliases(). But in schema - u can also find hooks/lib etc.
If components.json for example contains "hooks" it throws an error
Describe the solution you’d like
"hooks": "@/hooks",
"lib": "@/lib",
Dont throw an error when opening plugin
Describe any alternatives you’ve also considered
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request