How to save the compiler environment of sketch development plug-in in real time

I want to develop a plug-in for sketch, but I am now listening for file changes. I would like to ask the god how to update in real time. When I see the relevant document, it says that
defaults write ~ / Library/Preferences/com.bohemiancoding.sketch3.plist AlwaysReloadScript-bool YES
needs such a string of code. Where should I add it

?
Mar.19,2021
  • Log does not print in sketch development plug-ins

    installed the sketch devtools plug-in. Print 123 when you select the layer to get the style, but there is no response all the time. What s the matter ? ...

    Mar.19,2021
  • Sketch plug-in development action

    is set in manifest this is the development environment. Keyboard shortcuts do not work, and the togglePanel method can only be executed every time you save. As a result, when listening to action, you cannot trigger onSelectionChange, to ask the god ...

    Mar.19,2021
Menu