TheDuriel / MagicMacros

Godot Addon for enhanced autocomplete and code snippets
MIT License
60 stars 4 forks source link

godot4.4.3的适配 #7

Open yvchenzhang opened 4 weeks ago

yvchenzhang commented 4 weeks ago
  1. Get the plugin to run in 4.4.3
  2. Make multiple parameters work
  3. change the default value if the type is empty to void,
  4. The type check is removed, and the value is retrieved if the array is not empty.
  5. Optimize the FUNC macro, set different characters according to whether there is a return value