Warn if user declares a CssStyle / Keyframes instance anywhere but the top level #63
Labels
IDE: Action
An IDE action (something a user might tie to a keyboard shortcut)
IDE: Inspection
Some information that should be surfaced to the user (tooltip, notification, lint warning)
For example
Styles must be declared at the top level (or inside an object), but we can't detect and warn about this case because KSP doesn't give us insight into what is happening inside methods. So we can use the IDE plugin to capture these cases.
We might also provide an action to move these properties up to the top level.
The text was updated successfully, but these errors were encountered: