Validator for UXPUXP (Unified Extensibility Platform) is the modern way to create plugins and scripts for Adobe Creative Cloud This plugin validates Functionality
How to installDownload from VS Marketplace: Validator for UXP How to useIn VSCode type By default it detects UXP version from manifest file but you can override it. Alternatively you can also use menu in VSCode status bar. FeedbackIf you find any issue or new rule to implement please create issue in this GitHub repo. Style validationAlthough UXP looks like a browser it is not browser. All CSS support has to be explicitly implemented including units, selectors, css properties and other features. Different UXP versions support different properties and different host apps (e.g. Photoshop) implements different UXP version. Validator for UXP is here to help. manifest.jsonVersion hintsShows UXP version, host app release date, EcmaScript version and version of V8 engine included in the oldest(min) host app version you decided to support. So you can make better decision on what and how should be supported in older versions. IntellisenseValidationVersion support checksNot all manifest parts are supported in older versions of host apps. Out of scope
How to develop/debug this plugin
How make an installer for this plugin
|